Html Css Color HEX #FE8C76 Salmon

📋 copy color: '#FE8C76'

red 254 ◦ green 140 ◦ blue 118

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

Shades of Salmon #FE8C76

Tints of Salmon #FE8C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

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

R = 49.61%
G = 27.34%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE8C76 (or 0xFE8C76) is known color: Salmon. HEX triplet: FE, 8C and 76. RGB value is (254,140,118). Sum of RGB (Red+Green+Blue) = 254+140+118=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C76 is #017389. Grayscale: #ABABAB. Windows color (decimal): -95114 or 7769342. OLE color: 7769342.

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

Color convert

RGB 254 140 118 -
CMYK 0 0.45 0.54 0.00
HSL 9.71º 0.99% 0.73% -
HSV(B) 9.71º 0.54% 1% -
XYZ 53.52 41.14 22.26 -
YUV 171.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 254 140 118 0 0.45 0.54 0.00 9.71 0.99 0.73
Hex FE 8C 76 0 2D 36 0 A 63 49
Octal 376 214 166 0 55 66 0 12 143 111
Binary 11111110 10001100 1110110 0 101101 110110 0 1010 1100011 1001001

Color Harmonies of #FE8C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C76

Black with #FE8C76

Text Example


Text Example

White with #FE8C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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