Html Css Color HEX #FE8074 Salmon

📋 copy color: '#FE8074'

red 254 ◦ green 128 ◦ blue 116

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

Shades of Salmon #FE8074

Tints of Salmon #FE8074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.7%

 BLUE value IS 116 (45.7% from 255) = 23.29%

R = 51%
G = 25.7%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE8074 (or 0xFE8074) is known color: Salmon. HEX triplet: FE, 80 and 74. RGB value is (254,128,116). Sum of RGB (Red+Green+Blue) = 254+128+116=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8074 is #017F8B. Grayscale: #A4A4A4. Windows color (decimal): -98188 or 7635198. OLE color: 7635198.

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

Color convert

RGB 254 128 116 -
CMYK 0 0.50 0.54 0.00
HSL 5.22º 0.99% 0.73% -
HSV(B) 5.22º 0.54% 1% -
XYZ 51.74 37.77 21.09 -
YUV 164.31 100.74 191.98 -
System Red Green Blue C M Y K H S L
Decimal 254 128 116 0 0.50 0.54 0.00 5.22 0.99 0.73
Hex FE 80 74 0 32 36 0 5 63 49
Octal 376 200 164 0 62 66 0 5 143 111
Binary 11111110 10000000 1110100 0 110010 110110 0 101 1100011 1001001

Color Harmonies of #FE8074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8074

Black with #FE8074

Text Example


Text Example

White with #FE8074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8074; }

 p { color: rgb(254,128,116); }

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

background-color css

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

 a { background-color: rgb(254,128,116); }

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

border-color css

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

 span { border-color: rgb(254,128,116); }

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