#F0AC16

Color #F0AC16 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #F0AC16

Tints of Dark Tangerine #F0AC16

Color information

#F0AC16 (or 0xF0AC16) is unknown color: approx Dark Tangerine. HEX triplet: F0, AC and 16. RGB value is (240,172,22). Sum of RGB (Red+Green+Blue) = 240+172+22=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AC16 is #0F53E9. Grayscale: #AFAFAF. Windows color (decimal): -1004522 or 1486064. OLE color: 1486064.

HSL color Cylindrical-coordinate representation of color #F0AC16: hue angle of 41.28º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0AC16 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB24017222-
CMYK00.280.910.06
HSL41.28º87.9%51.37%-
HSV(B)41.28º90.83%94.12%-
XYZ50.8348.097.36-
YUV175.2341.53174.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 55.30%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 22 (8.98% from 255) = 5.07%
R=55.30%
G=39.63%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401722200.280.910.0641.2887.951.37
HexF0AC1601C5B6295833
Octal3602542603413365113063
Binary11110000101011001011001110010110111101010011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AC16; }

 p { color: rgb(240,172,22); }

 H1.HeaderClassName
 {
   color: #F0AC16;
 }
 .AnyTagClassName
 {
   color: #F0AC16;
 }
</style>
background-color css

<style>
 a { background-color: #F0AC16; }

 a { background-color: rgb(240,172,22); }

 div.DivClassName
 {
   background-color: #F0AC16;
 }
 .BgClassName
 {
   background-color: #F0AC16;
 }
</style>
border-color css

<style>
 span { border-color: #F0AC16; }

 span { border-color: rgb(240,172,22); }

 td.TdClassName
 {
   border-color: #F0AC16;
 }
 .TagClassName
 {
   border-color: #F0AC16;
 }
</style>