Html Css Color HEX #FDA56F Hit Pink

📋 copy color: '#FDA56F'

red 253 ◦ green 165 ◦ blue 111

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

Shades of Hit Pink #FDA56F

Tints of Hit Pink #FDA56F

RGB

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

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

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

R = 47.83%
G = 31.19%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDA56F (or 0xFDA56F) is known color: Hit Pink. HEX triplet: FD, A5 and 6F. RGB value is (253,165,111). Sum of RGB (Red+Green+Blue) = 253+165+111=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA56F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA56F is #025A90. Grayscale: #B9B9B9. Windows color (decimal): -154257 or 7316989. OLE color: 7316989.

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

Color convert

RGB 253 165 111 -
CMYK 0 0.35 0.56 0.01
HSL 22.82º 0.97% 0.71% -
HSV(B) 22.82º 0.56% 0.99% -
XYZ 56.83 48.94 21.49 -
YUV 185.16 86.15 176.39 -
System Red Green Blue C M Y K H S L
Decimal 253 165 111 0 0.35 0.56 0.01 22.82 0.97 0.71
Hex FD A5 6F 0 23 38 1 17 61 47
Octal 375 245 157 0 43 70 1 27 141 107
Binary 11111101 10100101 1101111 0 100011 111000 1 10111 1100001 1000111

Color Harmonies of #FDA56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA56F

Black with #FDA56F

Text Example


Text Example

White with #FDA56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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