Html Css Color HEX #FDA876 Hit Pink

📋 copy color: '#FDA876'

red 253 ◦ green 168 ◦ blue 118

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

Shades of Hit Pink #FDA876

Tints of Hit Pink #FDA876

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.17%

 BLUE value IS 118 (46.48% from 255) = 21.89%

R = 46.94%
G = 31.17%
B = 21.89%

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

#FDA876 (or 0xFDA876) is known color: Hit Pink. HEX triplet: FD, A8 and 76. RGB value is (253,168,118). Sum of RGB (Red+Green+Blue) = 253+168+118=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA876 is #025789. Grayscale: #BBBBBB. Windows color (decimal): -153482 or 7776509. OLE color: 7776509.

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

Color convert

RGB 253 168 118 -
CMYK 0 0.34 0.53 0.01
HSL 22.22º 0.97% 0.73% -
HSV(B) 22.22º 0.53% 0.99% -
XYZ 57.78 50.2 23.78 -
YUV 187.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 253 168 118 0 0.34 0.53 0.01 22.22 0.97 0.73
Hex FD A8 76 0 22 35 1 16 61 49
Octal 375 250 166 0 42 65 1 26 141 111
Binary 11111101 10101000 1110110 0 100010 110101 1 10110 1100001 1001001

Color Harmonies of #FDA876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA876

Black with #FDA876

Text Example


Text Example

White with #FDA876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA876; }

 p { color: rgb(253,168,118); }

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

background-color css

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

 a { background-color: rgb(253,168,118); }

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

border-color css

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

 span { border-color: rgb(253,168,118); }

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