Html Css Color HEX #FDA06E Hit Pink

📋 copy color: '#FDA06E'

red 253 ◦ green 160 ◦ blue 110

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

Shades of Hit Pink #FDA06E

Tints of Hit Pink #FDA06E

RGB

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

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

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

R = 48.37%
G = 30.59%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDA06E (or 0xFDA06E) is known color: Hit Pink. HEX triplet: FD, A0 and 6E. RGB value is (253,160,110). Sum of RGB (Red+Green+Blue) = 253+160+110=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA06E is #025F91. Grayscale: #B6B6B6. Windows color (decimal): -155538 or 7250173. OLE color: 7250173.

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

Color convert

RGB 253 160 110 -
CMYK 0 0.37 0.57 0.01
HSL 20.98º 0.97% 0.71% -
HSV(B) 20.98º 0.57% 0.99% -
XYZ 55.89 47.15 20.91 -
YUV 182.11 87.31 178.57 -
System Red Green Blue C M Y K H S L
Decimal 253 160 110 0 0.37 0.57 0.01 20.98 0.97 0.71
Hex FD A0 6E 0 25 39 1 15 61 47
Octal 375 240 156 0 45 71 1 25 141 107
Binary 11111101 10100000 1101110 0 100101 111001 1 10101 1100001 1000111

Color Harmonies of #FDA06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA06E

Black with #FDA06E

Text Example


Text Example

White with #FDA06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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