Html Css Color HEX #FCA117 Dark Tangerine

📋 copy color: '#FCA117'

red 252 ◦ green 161 ◦ blue 23

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

Shades of Dark Tangerine #FCA117

Tints of Dark Tangerine #FCA117

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.93%

 BLUE value IS 23 (9.38% from 255) = 5.28%

R = 57.8%
G = 36.93%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCA117 (or 0xFCA117) is known color: Dark Tangerine. HEX triplet: FC, A1 and 17. RGB value is (252,161,23). Sum of RGB (Red+Green+Blue) = 252+161+23=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA117 is #035EE8. Grayscale: #ADADAD. Windows color (decimal): -220905 or 1548796. OLE color: 1548796.

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

Color convert

RGB 252 161 23 -
CMYK 0 0.36 0.91 0.01
HSL 36.16º 0.97% 0.54% -
HSV(B) 36.16º 0.91% 0.99% -
XYZ 53.04 46.25 6.94 -
YUV 172.48 43.65 184.72 -
System Red Green Blue C M Y K H S L
Decimal 252 161 23 0 0.36 0.91 0.01 36.16 0.97 0.54
Hex FC A1 17 0 24 5B 1 24 61 36
Octal 374 241 27 0 44 133 1 44 141 66
Binary 11111100 10100001 10111 0 100100 1011011 1 100100 1100001 110110

Color Harmonies of #FCA117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA117

Black with #FCA117

Text Example


Text Example

White with #FCA117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA117; }

 p { color: rgb(252,161,23); }

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

background-color css

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

 a { background-color: rgb(252,161,23); }

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

border-color css

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

 span { border-color: rgb(252,161,23); }

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