Html Css Color HEX #FDA566 Hit Pink

📋 copy color: '#FDA566'

red 253 ◦ green 165 ◦ blue 102

#FDA566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #FDA566

Tints of Hit Pink #FDA566

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 value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDA566 (or 0xFDA566) is known color: 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

RGB 253 165 102 -
CMYK 0 0.35 0.60 0.01
HSL 25.03º 0.97% 0.7% -
HSV(B) 25.03º 0.6% 0.99% -
XYZ 56.36 48.75 19.01 -
YUV 184.13 81.65 177.12 -
System Red Green Blue C M Y K H S L
Decimal 253 165 102 0 0.35 0.60 0.01 25.03 0.97 0.7
Hex FD A5 66 0 23 3C 1 19 61 46
Octal 375 245 146 0 43 74 1 31 141 106
Binary 11111101 10100101 1100110 0 100011 111100 1 11001 1100001 1000110

Color Harmonies of #FDA566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA566

Black with #FDA566

Text Example


Text Example

White with #FDA566

Text Example


Text Example

HTML Codes & Css Web 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>