Html Css Color HEX #FCA220 Dark Tangerine

📋 copy color: '#FCA220'

red 252 ◦ green 162 ◦ blue 32

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

Shades of Dark Tangerine #FCA220

Tints of Dark Tangerine #FCA220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.17%

R = 56.5%
G = 36.32%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCA220 (or 0xFCA220) is known color: Dark Tangerine. HEX triplet: FC, A2 and 20. RGB value is (252,162,32). Sum of RGB (Red+Green+Blue) = 252+162+32=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA220 is #035DDF. Grayscale: #AEAEAE. Windows color (decimal): -220640 or 2138876. OLE color: 2138876.

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

Color convert

RGB 252 162 32 -
CMYK 0 0.36 0.87 0.01
HSL 35.45º 0.97% 0.56% -
HSV(B) 35.45º 0.87% 0.99% -
XYZ 53.33 46.64 7.56 -
YUV 174.09 47.82 183.57 -
System Red Green Blue C M Y K H S L
Decimal 252 162 32 0 0.36 0.87 0.01 35.45 0.97 0.56
Hex FC A2 20 0 24 57 1 23 61 38
Octal 374 242 40 0 44 127 1 43 141 70
Binary 11111100 10100010 100000 0 100100 1010111 1 100011 1100001 111000

Color Harmonies of #FCA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA220

Black with #FCA220

Text Example


Text Example

White with #FCA220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA220; }

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

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

background-color css

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

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

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

border-color css

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

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

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