Html Css Color HEX #FE8876 Salmon

📋 copy color: '#FE8876'

red 254 ◦ green 136 ◦ blue 118

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

Shades of Salmon #FE8876

Tints of Salmon #FE8876

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.77%

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

R = 50%
G = 26.77%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE8876 (or 0xFE8876) is known color: Salmon. HEX triplet: FE, 88 and 76. RGB value is (254,136,118). Sum of RGB (Red+Green+Blue) = 254+136+118=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8876 is #017789. Grayscale: #A9A9A9. Windows color (decimal): -96138 or 7768318. OLE color: 7768318.

HSL color Cylindrical-coordinate representation of color #FE8876: hue angle of 7.94º 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 #FE8876 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 136 118 -
CMYK 0 0.46 0.54 0.00
HSL 7.94º 0.99% 0.73% -
HSV(B) 7.94º 0.54% 1% -
XYZ 52.95 39.99 22.07 -
YUV 169.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 254 136 118 0 0.46 0.54 0.00 7.94 0.99 0.73
Hex FE 88 76 0 2E 36 0 8 63 49
Octal 376 210 166 0 56 66 0 10 143 111
Binary 11111110 10001000 1110110 0 101110 110110 0 1000 1100011 1001001

Color Harmonies of #FE8876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8876

Black with #FE8876

Text Example


Text Example

White with #FE8876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8876; }

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

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

background-color css

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

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

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

border-color css

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

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

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