#FCA06D

Color #FCA06D Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #FCA06D

Tints of Hit Pink #FCA06D

Color information

#FCA06D (or 0xFCA06D) is unknown color: approx Hit Pink. HEX triplet: FC, A0 and 6D. RGB value is (252,160,109). Sum of RGB (Red+Green+Blue) = 252+160+109=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA06D is #035F92. Grayscale: #B5B5B5. Windows color (decimal): -221075 or 7184636. OLE color: 7184636.

HSL color Cylindrical-coordinate representation of color #FCA06D: hue angle of 21.4º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCA06D is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB252160109-
CMYK00.370.570.01
HSL21.4º95.97%70.78%-
HSV(B)21.4º56.75%98.82%-
XYZ55.4846.9420.6-
YUV181.6986.98178.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.37%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 109 (42.97% from 255) = 20.92%
R=48.37%
G=30.71%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216010900.370.570.0121.495.9770.78
HexFCA06D025391156047
Octal37424015504571125140107
Binary11111100101000001101101010010111100111010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA06D; }

 p { color: rgb(252,160,109); }

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

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

 a { background-color: rgb(252,160,109); }

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

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

 span { border-color: rgb(252,160,109); }

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