#FAA476

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

Shades of Hit Pink #FAA476

Tints of Hit Pink #FAA476

Color information

#FAA476 (or 0xFAA476) is unknown color: approx Hit Pink. HEX triplet: FA, A4 and 76. RGB value is (250,164,118). Sum of RGB (Red+Green+Blue) = 250+164+118=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA476 is #055B89. Grayscale: #B8B8B8. Windows color (decimal): -351114 or 7775482. OLE color: 7775482.

HSL color Cylindrical-coordinate representation of color #FAA476: hue angle of 20.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAA476 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB250164118-
CMYK00.340.530.02
HSL20.91º92.96%72.16%-
HSV(B)20.91º52.8%98.04%-
XYZ55.9748.1823.49-
YUV184.4790.49174.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.99%
GREEN value IS 164 (64.45% from 255) = 30.83%
BLUE value IS 118 (46.48% from 255) = 22.18%
R=46.99%
G=30.83%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016411800.340.530.0220.9192.9672.16
HexFAA476022352155d48
Octal37224416604265225135110
Binary111110101010010011101100100010110101101010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA476; }

 p { color: rgb(250,164,118); }

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

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

 a { background-color: rgb(250,164,118); }

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

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

 span { border-color: rgb(250,164,118); }

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