#FCAC17

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

Shades of Dark Tangerine #FCAC17

Tints of Dark Tangerine #FCAC17

Color information

#FCAC17 (or 0xFCAC17) is unknown color: approx Dark Tangerine. HEX triplet: FC, AC and 17. RGB value is (252,172,23). Sum of RGB (Red+Green+Blue) = 252+172+23=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 23 (9.38% from 255 or 5.15% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC17 is #0353E8. Grayscale: #B3B3B3. Windows color (decimal): -218089 or 1551612. OLE color: 1551612.

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

Color convert

RGB25217223-
CMYK00.320.910.01
HSL39.04º97.45%53.92%-
HSV(B)39.04º90.87%98.82%-
XYZ55.0550.267.61-
YUV178.9340180.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.38%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 23 (9.38% from 255) = 5.15%
R=56.38%
G=38.48%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521722300.320.910.0139.0497.4553.92
HexFCAC170205B1276136
Octal3742542704013314714166
Binary1111110010101100101110100000101101111001111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAC17; }

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

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

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

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

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

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

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

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