#FDA476

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

Shades of Hit Pink #FDA476

Tints of Hit Pink #FDA476

Color information

#FDA476 (or 0xFDA476) is unknown color: approx Hit Pink. HEX triplet: FD, A4 and 76. RGB value is (253,164,118). Sum of RGB (Red+Green+Blue) = 253+164+118=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA476 is #025B89. Grayscale: #B9B9B9. Windows color (decimal): -154506 or 7775485. OLE color: 7775485.

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

Color convert

RGB253164118-
CMYK00.350.530.01
HSL20.44º97.12%72.75%-
HSV(B)20.44º53.36%99.22%-
XYZ57.0548.7423.54-
YUV185.3789.99176.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.29%
GREEN value IS 164 (64.45% from 255) = 30.65%
BLUE value IS 118 (46.48% from 255) = 22.06%
R=47.29%
G=30.65%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316411800.350.530.0120.4497.1272.75
HexFDA476023351146149
Octal37524416604365124141111
Binary11111101101001001110110010001111010111010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA476; }

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

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

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

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

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

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

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

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