Html Css Color HEX #FDA56D Hit Pink

📋 copy color: '#FDA56D'

red 253 ◦ green 165 ◦ blue 109

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

Shades of Hit Pink #FDA56D

Tints of Hit Pink #FDA56D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.68%

R = 48.01%
G = 31.31%
B = 20.68%

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

#FDA56D (or 0xFDA56D) is known color: Hit Pink. HEX triplet: FD, A5 and 6D. RGB value is (253,165,109). Sum of RGB (Red+Green+Blue) = 253+165+109=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA56D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA56D is #025A92. Grayscale: #B9B9B9. Windows color (decimal): -154259 or 7185917. OLE color: 7185917.

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

Color convert

RGB 253 165 109 -
CMYK 0 0.35 0.57 0.01
HSL 23.33º 0.97% 0.71% -
HSV(B) 23.33º 0.57% 0.99% -
XYZ 56.72 48.9 20.92 -
YUV 184.93 85.15 176.55 -
System Red Green Blue C M Y K H S L
Decimal 253 165 109 0 0.35 0.57 0.01 23.33 0.97 0.71
Hex FD A5 6D 0 23 39 1 17 61 47
Octal 375 245 155 0 43 71 1 27 141 107
Binary 11111101 10100101 1101101 0 100011 111001 1 10111 1100001 1000111

Color Harmonies of #FDA56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA56D

Black with #FDA56D

Text Example


Text Example

White with #FDA56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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