#FCAA17

Color #FCAA17 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #FCAA17

Tints of Dark Tangerine #FCAA17

Color information

#FCAA17 (or 0xFCAA17) is unknown color: approx Dark Tangerine. HEX triplet: FC, AA and 17. RGB value is (252,170,23). Sum of RGB (Red+Green+Blue) = 252+170+23=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 23 (9.38% from 255 or 5.17% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAA17 is #0355E8. Grayscale: #B2B2B2. Windows color (decimal): -218601 or 1551100. OLE color: 1551100.

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

Color convert

RGB25217023-
CMYK00.330.910.01
HSL38.52º97.45%53.92%-
HSV(B)38.52º90.87%98.82%-
XYZ54.6749.517.48-
YUV177.7640.67180.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.63%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 23 (9.38% from 255) = 5.17%
R=56.63%
G=38.20%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521702300.330.910.0138.5297.4553.92
HexFCAA170215B1276136
Octal3742522704113314714166
Binary1111110010101010101110100001101101111001111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAA17; }

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

 H1.HeaderClassName
 {
   color: #FCAA17;
 }
 .AnyTagClassName
 {
   color: #FCAA17;
 }
</style>
background-color css

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

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

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

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

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

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