Html Css Color HEX #FDA56E Hit Pink

📋 copy color: '#FDA56E'

red 253 ◦ green 165 ◦ blue 110

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

Shades of Hit Pink #FDA56E

Tints of Hit Pink #FDA56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.25%

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

R = 47.92%
G = 31.25%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDA56E (or 0xFDA56E) is known color: Hit Pink. HEX triplet: FD, A5 and 6E. RGB value is (253,165,110). Sum of RGB (Red+Green+Blue) = 253+165+110=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA56E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA56E is #025A91. Grayscale: #B9B9B9. Windows color (decimal): -154258 or 7251453. OLE color: 7251453.

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

Color convert

RGB 253 165 110 -
CMYK 0 0.35 0.57 0.01
HSL 23.08º 0.97% 0.71% -
HSV(B) 23.08º 0.57% 0.99% -
XYZ 56.78 48.92 21.2 -
YUV 185.04 85.65 176.47 -
System Red Green Blue C M Y K H S L
Decimal 253 165 110 0 0.35 0.57 0.01 23.08 0.97 0.71
Hex FD A5 6E 0 23 39 1 17 61 47
Octal 375 245 156 0 43 71 1 27 141 107
Binary 11111101 10100101 1101110 0 100011 111001 1 10111 1100001 1000111

Color Harmonies of #FDA56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA56E

Black with #FDA56E

Text Example


Text Example

White with #FDA56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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