#FCA86B

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

Shades of Hit Pink #FCA86B

Tints of Hit Pink #FCA86B

Color information

#FCA86B (or 0xFCA86B) is unknown color: approx Hit Pink. HEX triplet: FC, A8 and 6B. RGB value is (252,168,107). Sum of RGB (Red+Green+Blue) = 252+168+107=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA86B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA86B is #035794. Grayscale: #BABABA. Windows color (decimal): -219029 or 7055612. OLE color: 7055612.

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

Color convert

RGB252168107-
CMYK00.330.580.01
HSL25.24º96.03%70.39%-
HSV(B)25.24º57.54%98.82%-
XYZ56.849.7620.52-
YUV186.1683.33174.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.82%
GREEN value IS 168 (66.02% from 255) = 31.88%
BLUE value IS 107 (42.19% from 255) = 20.30%
R=47.82%
G=31.88%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216810700.330.580.0125.2496.0370.39
HexFCA86B0213A1196046
Octal37425015304172131140106
Binary11111100101010001101011010000111101011100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA86B; }

 p { color: rgb(252,168,107); }

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

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

 a { background-color: rgb(252,168,107); }

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

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

 span { border-color: rgb(252,168,107); }

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