#FFA676

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

Shades of Hit Pink #FFA676

Tints of Hit Pink #FFA676

Color information

#FFA676 (or 0xFFA676) is unknown color: approx Hit Pink. HEX triplet: FF, A6 and 76. RGB value is (255,166,118). Sum of RGB (Red+Green+Blue) = 255+166+118=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA676 is #005989. Grayscale: #BBBBBB. Windows color (decimal): -22922 or 7775999. OLE color: 7775999.

HSL color Cylindrical-coordinate representation of color #FFA676: hue angle of 21.02º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFA676 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB255166118-
CMYK00.350.540
HSL21.02º100%73.14%-
HSV(B)21.02º53.73%100%-
XYZ58.1549.8423.7-
YUV187.1488.99176.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.31%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 118 (46.48% from 255) = 21.89%
R=47.31%
G=30.80%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516611800.350.54021.0210073.14
HexFFA676023360156449
Octal37724616604366025144111
Binary11111111101001101110110010001111011001010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA676; }

 p { color: rgb(255,166,118); }

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

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

 a { background-color: rgb(255,166,118); }

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

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

 span { border-color: rgb(255,166,118); }

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