Html Css Color HEX #FCA210 Dark Tangerine

📋 copy color: '#FCA210'

red 252 ◦ green 162 ◦ blue 16

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

Shades of Dark Tangerine #FCA210

Tints of Dark Tangerine #FCA210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.67%

 BLUE value IS 16 (6.64% from 255) = 3.72%

R = 58.6%
G = 37.67%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCA210 (or 0xFCA210) is known color: Dark Tangerine. HEX triplet: FC, A2 and 10. RGB value is (252,162,16). Sum of RGB (Red+Green+Blue) = 252+162+16=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA210 is #035DEF. Grayscale: #ACACAC. Windows color (decimal): -220656 or 1090300. OLE color: 1090300.

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

Color convert

RGB 252 162 16 -
CMYK 0 0.36 0.94 0.01
HSL 37.12º 0.98% 0.53% -
HSV(B) 37.12º 0.94% 0.99% -
XYZ 53.16 46.57 6.68 -
YUV 172.27 39.82 184.87 -
System Red Green Blue C M Y K H S L
Decimal 252 162 16 0 0.36 0.94 0.01 37.12 0.98 0.53
Hex FC A2 10 0 24 5E 1 25 62 35
Octal 374 242 20 0 44 136 1 45 142 65
Binary 11111100 10100010 10000 0 100100 1011110 1 100101 1100010 110101

Color Harmonies of #FCA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA210

Black with #FCA210

Text Example


Text Example

White with #FCA210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA210; }

 p { color: rgb(252,162,16); }

 H1.HeaderClassName
 {
   color: #FCA210;
 }
 .AnyTagClassName
 {
   color: #FCA210;
 }
</style>

background-color css

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

 a { background-color: rgb(252,162,16); }

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

border-color css

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

 span { border-color: rgb(252,162,16); }

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