Html Css Color HEX #FDA977 Hit Pink

📋 copy color: '#FDA977'

red 253 ◦ green 169 ◦ blue 119

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

Shades of Hit Pink #FDA977

Tints of Hit Pink #FDA977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22%

R = 46.77%
G = 31.24%
B = 22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDA977 (or 0xFDA977) is known color: Hit Pink. HEX triplet: FD, A9 and 77. RGB value is (253,169,119). Sum of RGB (Red+Green+Blue) = 253+169+119=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA977 is #025688. Grayscale: #BCBCBC. Windows color (decimal): -153225 or 7842301. OLE color: 7842301.

HSL color Cylindrical-coordinate representation of color #FDA977: hue angle of 22.39º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDA977 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 119 -
CMYK 0 0.33 0.53 0.01
HSL 22.39º 0.97% 0.73% -
HSV(B) 22.39º 0.53% 0.99% -
XYZ 58.03 50.59 24.16 -
YUV 188.42 88.83 174.07 -
System Red Green Blue C M Y K H S L
Decimal 253 169 119 0 0.33 0.53 0.01 22.39 0.97 0.73
Hex FD A9 77 0 21 35 1 16 61 49
Octal 375 251 167 0 41 65 1 26 141 111
Binary 11111101 10101001 1110111 0 100001 110101 1 10110 1100001 1001001

Color Harmonies of #FDA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA977

Black with #FDA977

Text Example


Text Example

White with #FDA977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA977; }

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

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

background-color css

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

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

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

border-color css

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

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

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