Html Css Color HEX #FDA978 Hit Pink

📋 copy color: '#FDA978'

red 253 ◦ green 169 ◦ blue 120

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

Shades of Hit Pink #FDA978

Tints of Hit Pink #FDA978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.14%

R = 46.68%
G = 31.18%
B = 22.14%

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

#FDA978 (or 0xFDA978) is known color: Hit Pink. HEX triplet: FD, A9 and 78. RGB value is (253,169,120). Sum of RGB (Red+Green+Blue) = 253+169+120=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA978 is #025687. Grayscale: #BCBCBC. Windows color (decimal): -153224 or 7907837. OLE color: 7907837.

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

Color convert

RGB 253 169 120 -
CMYK 0 0.33 0.53 0.01
HSL 22.11º 0.97% 0.73% -
HSV(B) 22.11º 0.53% 0.99% -
XYZ 58.09 50.61 24.48 -
YUV 188.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 253 169 120 0 0.33 0.53 0.01 22.11 0.97 0.73
Hex FD A9 78 0 21 35 1 16 61 49
Octal 375 251 170 0 41 65 1 26 141 111
Binary 11111101 10101001 1111000 0 100001 110101 1 10110 1100001 1001001

Color Harmonies of #FDA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA978

Black with #FDA978

Text Example


Text Example

White with #FDA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA978; }

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

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

background-color css

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

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

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

border-color css

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

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

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