#FDA366

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

Shades of Hit Pink #FDA366

Tints of Hit Pink #FDA366

Color information

#FDA366 (or 0xFDA366) is unknown color: approx Hit Pink. HEX triplet: FD, A3 and 66. RGB value is (253,163,102). Sum of RGB (Red+Green+Blue) = 253+163+102=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA366 is #025C99. Grayscale: #B7B7B7. Windows color (decimal): -154778 or 6726653. OLE color: 6726653.

HSL color Cylindrical-coordinate representation of color #FDA366: hue angle of 24.24º 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 #FDA366 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253163102-
CMYK00.360.600.01
HSL24.24º97.42%69.61%-
HSV(B)24.24º59.68%99.22%-
XYZ5648.0418.89-
YUV182.9682.32177.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.84%
GREEN value IS 163 (64.06% from 255) = 31.47%
BLUE value IS 102 (40.23% from 255) = 19.69%
R=48.84%
G=31.47%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316310200.360.600.0124.2497.4269.61
HexFDA3660243C1186146
Octal37524314604474130141106
Binary11111101101000111100110010010011110011100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA366; }

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

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

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

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

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

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

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

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