Html Css Color HEX #FCA520 Dark Tangerine

📋 copy color: '#FCA520'

red 252 ◦ green 165 ◦ blue 32

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

Shades of Dark Tangerine #FCA520

Tints of Dark Tangerine #FCA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.75%

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

R = 56.12%
G = 36.75%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCA520 (or 0xFCA520) is known color: Dark Tangerine. HEX triplet: FC, A5 and 20. RGB value is (252,165,32). Sum of RGB (Red+Green+Blue) = 252+165+32=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA520 is #035ADF. Grayscale: #B0B0B0. Windows color (decimal): -219872 or 2139644. OLE color: 2139644.

HSL color Cylindrical-coordinate representation of color #FCA520: hue angle of 36.27º 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 #FCA520 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 165 32 -
CMYK 0 0.35 0.87 0.01
HSL 36.27º 0.97% 0.56% -
HSV(B) 36.27º 0.87% 0.99% -
XYZ 53.86 47.71 7.74 -
YUV 175.85 46.82 182.31 -
System Red Green Blue C M Y K H S L
Decimal 252 165 32 0 0.35 0.87 0.01 36.27 0.97 0.56
Hex FC A5 20 0 23 57 1 24 61 38
Octal 374 245 40 0 43 127 1 44 141 70
Binary 11111100 10100101 100000 0 100011 1010111 1 100100 1100001 111000

Color Harmonies of #FCA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA520

Black with #FCA520

Text Example


Text Example

White with #FCA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA520; }

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

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

background-color css

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

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

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

border-color css

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

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

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