#FCA012

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

Shades of Dark Tangerine #FCA012

Tints of Dark Tangerine #FCA012

Color information

#FCA012 (or 0xFCA012) is unknown color: approx Dark Tangerine. HEX triplet: FC, A0 and 12. RGB value is (252,160,18). Sum of RGB (Red+Green+Blue) = 252+160+18=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA012 is #035FED. Grayscale: #ABABAB. Windows color (decimal): -221166 or 1220860. OLE color: 1220860.

HSL color Cylindrical-coordinate representation of color #FCA012: hue angle of 36.41º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCA012 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB25216018-
CMYK00.370.930.01
HSL36.41º97.5%52.94%-
HSV(B)36.41º92.86%98.82%-
XYZ52.8245.886.64-
YUV171.3241.48185.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.60%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 18 (7.42% from 255) = 4.19%
R=58.60%
G=37.21%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521601800.370.930.0136.4197.552.94
HexFCA0120255D1246235
Octal3742402204513514414265
Binary1111110010100000100100100101101110111001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA012; }

 p { color: rgb(252,160,18); }

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

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

 a { background-color: rgb(252,160,18); }

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

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

 span { border-color: rgb(252,160,18); }

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