Html Css Color HEX #FCA012 Dark Tangerine

📋 copy color: '#FCA012'

red 252 ◦ green 160 ◦ blue 18

#FCA012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #FCA012

Tints of Dark Tangerine #FCA012

RGB

 RED value IS 252 (98.83% from 255) = 58.6%

 GREEN value IS 160 (62.89% from 255) = 37.21%

 BLUE value IS 18 (7.42% from 255) = 4.19%

R = 58.6%
G = 37.21%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCA012 (or 0xFCA012) is known color: 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

RGB 252 160 18 -
CMYK 0 0.37 0.93 0.01
HSL 36.41º 0.98% 0.53% -
HSV(B) 36.41º 0.93% 0.99% -
XYZ 52.82 45.88 6.64 -
YUV 171.32 41.48 185.55 -
System Red Green Blue C M Y K H S L
Decimal 252 160 18 0 0.37 0.93 0.01 36.41 0.98 0.53
Hex FC A0 12 0 25 5D 1 24 62 35
Octal 374 240 22 0 45 135 1 44 142 65
Binary 11111100 10100000 10010 0 100101 1011101 1 100100 1100010 110101

Color Harmonies of #FCA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA012

Black with #FCA012

Text Example


Text Example

White with #FCA012

Text Example


Text Example

HTML Codes & Css Web 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>