Html Css Color HEX #FDA66E Hit Pink

📋 copy color: '#FDA66E'

red 253 ◦ green 166 ◦ blue 110

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

Shades of Hit Pink #FDA66E

Tints of Hit Pink #FDA66E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.79%

R = 47.83%
G = 31.38%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDA66E (or 0xFDA66E) is known color: Hit Pink. HEX triplet: FD, A6 and 6E. RGB value is (253,166,110). Sum of RGB (Red+Green+Blue) = 253+166+110=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA66E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA66E is #025991. Grayscale: #B9B9B9. Windows color (decimal): -154002 or 7251709. OLE color: 7251709.

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

Color convert

RGB 253 166 110 -
CMYK 0 0.34 0.57 0.01
HSL 23.5º 0.97% 0.71% -
HSV(B) 23.5º 0.57% 0.99% -
XYZ 56.96 49.28 21.26 -
YUV 185.63 85.32 176.05 -
System Red Green Blue C M Y K H S L
Decimal 253 166 110 0 0.34 0.57 0.01 23.5 0.97 0.71
Hex FD A6 6E 0 22 39 1 17 61 47
Octal 375 246 156 0 42 71 1 27 141 107
Binary 11111101 10100110 1101110 0 100010 111001 1 10111 1100001 1000111

Color Harmonies of #FDA66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA66E

Black with #FDA66E

Text Example


Text Example

White with #FDA66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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