COLOR #F38828

HEX: #F38828
RGB: (243,136,40)

Color info

#F38828 contains mainly red color. Web safe color of #F38828 is #FF9933 (or #F93).

RGB color model

#F38828 color RGB value is (243,136,40).

  • red value is 243;
  • green value is 136;
  • blue value is 40.
RGB:
(243,136,40)
(95%,53%,16%)

RGB channels and saturation

R 243 of 255 = 95%
G 136 of 255 = 53%
B 40 of 255 = 16%

243
136
40

R + G + B ~ 55%. #F38828 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
243 + 136 + 40 = 419 (100%)
R 243 of 419 ~ 58%
G 136 of 419 ~ 32.46%
B 40 of 419 ~ 9.55%

%58
%32.46
%9.55

CMYK color model

#F38828 color CMYK value is (0,44,84,5).

  • cyan value is 0.00%
  • magenta value is 44.03%
  • yellow value is 83.54%
  • key color value is 4.71%
CMYK:
(0,44,84,5)
C0M44Y84K5 
(0%,44%,84%,5%)
(0.00/0.44/0.84/0.05)	

CMYK percentages

%0
%44.03
%83.54
%4.71

Codes

Color #F38828 in popluar color models

F38828
RGB24313640
HSL28°89.43%55.49%
HSB/HSV28°83.54%95.29%
CMYK0.00%44.03%83.54%
4.71%

Color #F38828 in popluar number systems.

HEXF38828
Decimal24313640
Binary1111001110001000101000
Octal36321050

Shades and tints

Shades of #F38828

#F38828
(243,136,40)
#DD7C25
(221,124,37)
#C77022
(199,112,34)
#B1641F
(177,100,31)
#9B581C
(155,88,28)
#854C19
(133,76,25)
#6F4016
(111,64,22)
#593413
(89,52,19)
#432810
(67,40,16)
#2D1C0D
(45,28,13)
#17100A
(23,16,10)
#000000
(0,0,0)

Tints of #F38828

#F38828
(243,136,40)
#F4923B
(244,146,59)
#F59C4E
(245,156,78)
#F6A661
(246,166,97)
#F7B074
(247,176,116)
#F8BA87
(248,186,135)
#F9C49A
(249,196,154)
#FACEAD
(250,206,173)
#FBD8C0
(251,216,192)
#FCE2D3
(252,226,211)
#FDECE6
(253,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F38828 color. Also use rgb(243,136,40) instead hex code.

Text Font Color

.myTextColor { color: #F38828; }

<p style="color:#F38828">This sample text font color is #F38828.</p>

This text font color is #F38828.


Background Color

.myBgColor { background-color: #F38828; }

<div style="background-color:#F38828">Inner text</div>

This div background color is #F38828.


Border color

.myBorderColor { border: 1px solid #F38828; }

<div style="border:3px solid #F38828">Div</div>

This div border color is #F38828.


Opacity

.myOpacity80 { color: #F38828; opacity: 0.8; }

<p style="color:#F38828;opacity:0.8;">80%</p>

Text with #F38828 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F38828;}

<p style="text-shadow: 3px 3px 1px #F38828">Text here.</p>

This text has shadow with #F38828 color.

.textShadow {text-shadow: 3px 3px 1px #F38828, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F38828, 5px 5px 20px red">Text here.</p>

This text has shadow with #F38828 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F38828, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F38828, Direction=45, Strength=4)">Text</p>

This text has shadow with #F38828 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F38828;
  -webkit-box-shadow:	1px 1px 3px 2px #F38828;
  box-shadow:		1px 1px 3px 2px #F38828;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F38828;
-webkit-box-shadow: 1px 1px 3px 2px #F38828;
box-shadow:1px 1px 3px 2px #F38828;">
Div content here</div>
This div box has shadow with color #F38828.

Preview

Color preview on black background

This text has color #F38828 on black background.


Color preview on white background

This text has color #F38828 on white background.



Black color preview on #F38828 background

This text has black color on #F38828 background.


White color preview on #F38828 background

This text has white color on #F38828 background.