Html Css Color HEX #FDA778 Hit Pink

📋 copy color: '#FDA778'

red 253 ◦ green 167 ◦ blue 120

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

Shades of Hit Pink #FDA778

Tints of Hit Pink #FDA778

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.93%

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

R = 46.85%
G = 30.93%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDA778 (or 0xFDA778) is known color: Hit Pink. HEX triplet: FD, A7 and 78. RGB value is (253,167,120). Sum of RGB (Red+Green+Blue) = 253+167+120=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA778 is #025887. Grayscale: #BBBBBB. Windows color (decimal): -153736 or 7907325. OLE color: 7907325.

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

Color convert

RGB 253 167 120 -
CMYK 0 0.34 0.53 0.01
HSL 21.2º 0.97% 0.73% -
HSV(B) 21.2º 0.53% 0.99% -
XYZ 57.72 49.88 24.35 -
YUV 187.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 253 167 120 0 0.34 0.53 0.01 21.2 0.97 0.73
Hex FD A7 78 0 22 35 1 15 61 49
Octal 375 247 170 0 42 65 1 25 141 111
Binary 11111101 10100111 1111000 0 100010 110101 1 10101 1100001 1001001

Color Harmonies of #FDA778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA778

Black with #FDA778

Text Example


Text Example

White with #FDA778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA778; }

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

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

background-color css

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

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

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

border-color css

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

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

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