Html Css Color HEX #FDA66F Hit Pink

📋 copy color: '#FDA66F'

red 253 ◦ green 166 ◦ blue 111

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

Shades of Hit Pink #FDA66F

Tints of Hit Pink #FDA66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.94%

R = 47.74%
G = 31.32%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDA66F (or 0xFDA66F) is known color: Hit Pink. HEX triplet: FD, A6 and 6F. RGB value is (253,166,111). Sum of RGB (Red+Green+Blue) = 253+166+111=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA66F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA66F is #025990. Grayscale: #BABABA. Windows color (decimal): -154001 or 7317245. OLE color: 7317245.

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

Color convert

RGB 253 166 111 -
CMYK 0 0.34 0.56 0.01
HSL 23.24º 0.97% 0.71% -
HSV(B) 23.24º 0.56% 0.99% -
XYZ 57.01 49.3 21.55 -
YUV 185.74 85.82 175.97 -
System Red Green Blue C M Y K H S L
Decimal 253 166 111 0 0.34 0.56 0.01 23.24 0.97 0.71
Hex FD A6 6F 0 22 38 1 17 61 47
Octal 375 246 157 0 42 70 1 27 141 107
Binary 11111101 10100110 1101111 0 100010 111000 1 10111 1100001 1000111

Color Harmonies of #FDA66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA66F

Black with #FDA66F

Text Example


Text Example

White with #FDA66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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