Html Css Color HEX #FDA666 Hit Pink

📋 copy color: '#FDA666'

red 253 ◦ green 166 ◦ blue 102

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

Shades of Hit Pink #FDA666

Tints of Hit Pink #FDA666

RGB

 RED value IS 253 (99.22% from 255) = 48.56%

 GREEN value IS 166 (65.23% from 255) = 31.86%

 BLUE value IS 102 (40.23% from 255) = 19.58%

R = 48.56%
G = 31.86%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDA666 (or 0xFDA666) is known color: Hit Pink. HEX triplet: FD, A6 and 66. RGB value is (253,166,102). Sum of RGB (Red+Green+Blue) = 253+166+102=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA666 is #025999. Grayscale: #B9B9B9. Windows color (decimal): -154010 or 6727421. OLE color: 6727421.

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

Color convert

RGB 253 166 102 -
CMYK 0 0.34 0.60 0.01
HSL 25.43º 0.97% 0.7% -
HSV(B) 25.43º 0.6% 0.99% -
XYZ 56.54 49.11 19.07 -
YUV 184.72 81.32 176.7 -
System Red Green Blue C M Y K H S L
Decimal 253 166 102 0 0.34 0.60 0.01 25.43 0.97 0.7
Hex FD A6 66 0 22 3C 1 19 61 46
Octal 375 246 146 0 42 74 1 31 141 106
Binary 11111101 10100110 1100110 0 100010 111100 1 11001 1100001 1000110

Color Harmonies of #FDA666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA666

Black with #FDA666

Text Example


Text Example

White with #FDA666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA666; }

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

 H1.HeaderClassName
 {
   color: #FDA666;
 }
 .AnyTagClassName
 {
   color: #FDA666;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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