COLOR #F08236

HEX: #F08236 RGB: (240,130,54)

Color info

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

RGB color model

#F08236 color RGB value is (240,130,54).

RGB: (240,130,54) (94%, 51%, 21%)

RGB channels and saturation

R 240 of 255 = 94%
G 130 of 255 = 51%
B 54 of 255 = 21%

240
130
54

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

Portions of RGB colors in percentages

R + G + B = 240 + 130 + 54 = 424 (100%)
R 240 of 424 ~ 56.6%
G 130 of 424 ~ 30.66%
B 54 of 424 ~ 12.74'%

%56.6
%30.66
%12.74

CMYK color model

#F08236 color CMYK value is (0,46,78,6).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 77.50%
  • key color value is 5.88%

CMYK: (0,46,78,6)
C0M46Y78K6 (0%, 46%, 78%, 6%)
(0.00 / 0.46 / 0.78 / 0.06)

CMYK percentages

%0
%45.83
%77.5
%5.88

Codes

Color #F08236 in popluar color models

F0 82 36
RGB 240 130 54
HSL 25° 86.11% 57.65%
HSB/HSV 25° 77.50% 94.12%
CMYK 0.00% 45.83% 77.50%
5.88%

Color #F08236 in popluar number systems.

HEX F0 82 36
Decimal 240 130 54
Binary 11110000 10000010 110110
Octal 360 202 66

Shades and tints

Shades of #F08236

#F08236
(240,130,54)
#DB7732
(219,119,50)
#C66C2E
(198,108,46)
#B1612A
(177,97,42)
#9C5626
(156,86,38)
#874B22
(135,75,34)
#72401E
(114,64,30)
#5D351A
(93,53,26)
#482A16
(72,42,22)
#331F12
(51,31,18)
#1E140E
(30,20,14)
#000000
(0,0,0)

Tints of #F08236

#F08236
(240,130,54)
#F18D48
(241,141,72)
#F2985A
(242,152,90)
#F3A36C
(243,163,108)
#F4AE7E
(244,174,126)
#F5B990
(245,185,144)
#F6C4A2
(246,196,162)
#F7CFB4
(247,207,180)
#F8DAC6
(248,218,198)
#F9E5D8
(249,229,216)
#FAF0EA
(250,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08236 color. Also use rgb(240,130,54) instead hex code.

Text Font Color

.myTextColor { color: #F08236; }

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

This text font color is #F08236.

Background Color

.myBgColor { background-color: #F08236; }

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

This div background color is #F08236.

Border color

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

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

This div border color is #F08236.

Opacity

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

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

Text with #F08236 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 #F08236;}

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

This text has shadow with #F08236 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F08236.

Preview

Color preview on black background

This text has color #F08236 on black background.


Color preview on white background

This text has color #F08236 on white background.


Black color preview on #F08236 background

This text has black color on #F08236 background.


White color preview on #F08236 background

This text has white color on #F08236 background.


Related colors

Complementary color

Complementary color for #hex is #0F7DC9.


I love getcolorcode.com

Triadic colors

1 #36F082 and #8236F0 with #F08236 are triadic colors.

2 #3682F0 and #82F036 with #F08236 are triadic colors.