Html Css Color HEX #FDA96D Hit Pink

📋 copy color: '#FDA96D'

red 253 ◦ green 169 ◦ blue 109

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

Shades of Hit Pink #FDA96D

Tints of Hit Pink #FDA96D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.83%

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

R = 47.65%
G = 31.83%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDA96D (or 0xFDA96D) is known color: Hit Pink. HEX triplet: FD, A9 and 6D. RGB value is (253,169,109). Sum of RGB (Red+Green+Blue) = 253+169+109=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA96D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA96D is #025692. Grayscale: #BBBBBB. Windows color (decimal): -153235 or 7186941. OLE color: 7186941.

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

Color convert

RGB 253 169 109 -
CMYK 0 0.33 0.57 0.01
HSL 25º 0.97% 0.71% -
HSV(B) 25º 0.57% 0.99% -
XYZ 57.46 50.36 21.16 -
YUV 187.28 83.83 174.88 -
System Red Green Blue C M Y K H S L
Decimal 253 169 109 0 0.33 0.57 0.01 25 0.97 0.71
Hex FD A9 6D 0 21 39 1 19 61 47
Octal 375 251 155 0 41 71 1 31 141 107
Binary 11111101 10101001 1101101 0 100001 111001 1 11001 1100001 1000111

Color Harmonies of #FDA96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA96D

Black with #FDA96D

Text Example


Text Example

White with #FDA96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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