#FDA566

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

Shades of Hit Pink #FDA566

Tints of Hit Pink #FDA566

Color information

#FDA566 (or 0xFDA566) is unknown color: approx Hit Pink. HEX triplet: FD, A5 and 66. RGB value is (253,165,102). Sum of RGB (Red+Green+Blue) = 253+165+102=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA566 is #025A99. Grayscale: #B8B8B8. Windows color (decimal): -154266 or 6727165. OLE color: 6727165.

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

Color convert

RGB253165102-
CMYK00.350.600.01
HSL25.03º97.42%69.61%-
HSV(B)25.03º59.68%99.22%-
XYZ56.3648.7519.01-
YUV184.1381.65177.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.65%
GREEN value IS 165 (64.84% from 255) = 31.73%
BLUE value IS 102 (40.23% from 255) = 19.62%
R=48.65%
G=31.73%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316510200.350.600.0125.0397.4269.61
HexFDA5660233C1196146
Octal37524514604374131141106
Binary11111101101001011100110010001111110011100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA566; }

 p { color: rgb(253,165,102); }

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

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

 a { background-color: rgb(253,165,102); }

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

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

 span { border-color: rgb(253,165,102); }

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