Html Css Color HEX #FDA06F Hit Pink

📋 copy color: '#FDA06F'

red 253 ◦ green 160 ◦ blue 111

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

Shades of Hit Pink #FDA06F

Tints of Hit Pink #FDA06F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.53%

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

R = 48.28%
G = 30.53%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDA06F (or 0xFDA06F) is known color: Hit Pink. HEX triplet: FD, A0 and 6F. RGB value is (253,160,111). Sum of RGB (Red+Green+Blue) = 253+160+111=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA06F is #025F90. Grayscale: #B6B6B6. Windows color (decimal): -155537 or 7315709. OLE color: 7315709.

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

Color convert

RGB 253 160 111 -
CMYK 0 0.37 0.56 0.01
HSL 20.7º 0.97% 0.71% -
HSV(B) 20.7º 0.56% 0.99% -
XYZ 55.95 47.17 21.2 -
YUV 182.22 87.81 178.48 -
System Red Green Blue C M Y K H S L
Decimal 253 160 111 0 0.37 0.56 0.01 20.7 0.97 0.71
Hex FD A0 6F 0 25 38 1 15 61 47
Octal 375 240 157 0 45 70 1 25 141 107
Binary 11111101 10100000 1101111 0 100101 111000 1 10101 1100001 1000111

Color Harmonies of #FDA06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA06F

Black with #FDA06F

Text Example


Text Example

White with #FDA06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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