Html Css Color HEX #FE8975 Salmon

📋 copy color: '#FE8975'

red 254 ◦ green 137 ◦ blue 117

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

Shades of Salmon #FE8975

Tints of Salmon #FE8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.97%

 BLUE value IS 117 (46.09% from 255) = 23.03%

R = 50%
G = 26.97%
B = 23.03%

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

#FE8975 (or 0xFE8975) is known color: Salmon. HEX triplet: FE, 89 and 75. RGB value is (254,137,117). Sum of RGB (Red+Green+Blue) = 254+137+117=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8975 is #01768A. Grayscale: #A9A9A9. Windows color (decimal): -95883 or 7703038. OLE color: 7703038.

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

Color convert

RGB 254 137 117 -
CMYK 0 0.46 0.54 0.00
HSL 8.76º 0.99% 0.73% -
HSV(B) 8.76º 0.54% 1% -
XYZ 53.03 40.25 21.8 -
YUV 169.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 254 137 117 0 0.46 0.54 0.00 8.76 0.99 0.73
Hex FE 89 75 0 2E 36 0 9 63 49
Octal 376 211 165 0 56 66 0 11 143 111
Binary 11111110 10001001 1110101 0 101110 110110 0 1001 1100011 1001001

Color Harmonies of #FE8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8975

Black with #FE8975

Text Example


Text Example

White with #FE8975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8975; }

 p { color: rgb(254,137,117); }

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

background-color css

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

 a { background-color: rgb(254,137,117); }

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

border-color css

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

 span { border-color: rgb(254,137,117); }

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