COLOR #F0A802

HEX: #F0A802 RGB: (240,168,2)

Color info

#F0A802 contains mainly red color. Web safe color of #F0A802 is #FF9900 (or #F90).

RGB color model

#F0A802 color RGB value is (240,168,2).

RGB: (240,168,2) (94%, 66%, 1%)

RGB channels and saturation

R 240 of 255 = 94%
G 168 of 255 = 66%
B 2 of 255 = 1%

240
168
2

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

Portions of RGB colors in percentages

R + G + B = 240 + 168 + 2 = 410 (100%)
R 240 of 410 ~ 58.54%
G 168 of 410 ~ 40.98%
B 2 of 410 ~ 0.49'%

%58.54
%40.98

CMYK color model

#F0A802 color CMYK value is (0,30,99,6).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 99.17%
  • key color value is 5.88%

CMYK: (0,30,99,6)
C0M30Y99K6 (0%, 30%, 99%, 6%)
(0.00 / 0.30 / 0.99 / 0.06)

CMYK percentages

%0
%30
%99.17
%5.88

Codes

Color #F0A802 in popluar color models

F0 A8 02
RGB 240 168 2
HSL 42° 98.35% 47.45%
HSB/HSV 42° 99.17% 94.12%
CMYK 0.00% 30.00% 99.17%
5.88%

Color #F0A802 in popluar number systems.

HEX F0 A8 02
Decimal 240 168 2
Binary 11110000 10101000 10
Octal 360 250 2

Shades and tints

Shades of #F0A802

#F0A802
(240,168,2)
#DB9902
(219,153,2)
#C68A02
(198,138,2)
#B17B02
(177,123,2)
#9C6C02
(156,108,2)
#875D02
(135,93,2)
#724E02
(114,78,2)
#5D3F02
(93,63,2)
#483002
(72,48,2)
#332102
(51,33,2)
#1E1202
(30,18,2)
#000000
(0,0,0)

Tints of #F0A802

#F0A802
(240,168,2)
#F1AF19
(241,175,25)
#F2B630
(242,182,48)
#F3BD47
(243,189,71)
#F4C45E
(244,196,94)
#F5CB75
(245,203,117)
#F6D28C
(246,210,140)
#F7D9A3
(247,217,163)
#F8E0BA
(248,224,186)
#F9E7D1
(249,231,209)
#FAEEE8
(250,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A802 color. Also use rgb(240,168,2) instead hex code.

Text Font Color

.myTextColor { color: #F0A802; }

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

This text font color is #F0A802.

Background Color

.myBgColor { background-color: #F0A802; }

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

This div background color is #F0A802.

Border color

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

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

This div border color is #F0A802.

Opacity

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

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

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

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

This text has shadow with #F0A802 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0A802.

Preview

Color preview on black background

This text has color #F0A802 on black background.


Color preview on white background

This text has color #F0A802 on white background.


Black color preview on #F0A802 background

This text has black color on #F0A802 background.


White color preview on #F0A802 background

This text has white color on #F0A802 background.


Related colors

Complementary color

Complementary color for #hex is #0F57FD.


I love getcolorcode.com

Triadic colors

1 #02F0A8 and #A802F0 with #F0A802 are triadic colors.

2 #02A8F0 and #A8F002 with #F0A802 are triadic colors.