Html Css Color HEX #FEA976 Hit Pink

📋 copy color: '#FEA976'

red 254 ◦ green 169 ◦ blue 118

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

Shades of Hit Pink #FEA976

Tints of Hit Pink #FEA976

RGB

 RED value IS 254 (99.61% from 255) = 46.95%

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

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

R = 46.95%
G = 31.24%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEA976 (or 0xFEA976) is known color: Hit Pink. HEX triplet: FE, A9 and 76. RGB value is (254,169,118). Sum of RGB (Red+Green+Blue) = 254+169+118=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA976 is #015689. Grayscale: #BCBCBC. Windows color (decimal): -87690 or 7776766. OLE color: 7776766.

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

Color convert

RGB 254 169 118 -
CMYK 0 0.33 0.54 0.00
HSL 22.5º 0.99% 0.73% -
HSV(B) 22.5º 0.54% 1% -
XYZ 58.33 50.75 23.86 -
YUV 188.6 88.16 174.65 -
System Red Green Blue C M Y K H S L
Decimal 254 169 118 0 0.33 0.54 0.00 22.5 0.99 0.73
Hex FE A9 76 0 21 36 0 16 63 49
Octal 376 251 166 0 41 66 0 26 143 111
Binary 11111110 10101001 1110110 0 100001 110110 0 10110 1100011 1001001

Color Harmonies of #FEA976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA976

Black with #FEA976

Text Example


Text Example

White with #FEA976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA976; }

 p { color: rgb(254,169,118); }

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

background-color css

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

 a { background-color: rgb(254,169,118); }

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

border-color css

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

 span { border-color: rgb(254,169,118); }

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