Html Css Color HEX #FE8973 Salmon

📋 copy color: '#FE8973'

red 254 ◦ green 137 ◦ blue 115

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

Shades of Salmon #FE8973

Tints of Salmon #FE8973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.73%

R = 50.2%
G = 27.08%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE8973 (or 0xFE8973) is known color: Salmon. HEX triplet: FE, 89 and 73. RGB value is (254,137,115). Sum of RGB (Red+Green+Blue) = 254+137+115=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8973 is #01768C. Grayscale: #A9A9A9. Windows color (decimal): -95885 or 7571966. OLE color: 7571966.

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

Color convert

RGB 254 137 115 -
CMYK 0 0.46 0.55 0.00
HSL 9.5º 0.99% 0.72% -
HSV(B) 9.5º 0.55% 1% -
XYZ 52.91 40.2 21.19 -
YUV 169.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 254 137 115 0 0.46 0.55 0.00 9.5 0.99 0.72
Hex FE 89 73 0 2E 37 0 9 63 48
Octal 376 211 163 0 56 67 0 11 143 110
Binary 11111110 10001001 1110011 0 101110 110111 0 1001 1100011 1001000

Color Harmonies of #FE8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8973

Black with #FE8973

Text Example


Text Example

White with #FE8973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8973; }

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

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

background-color css

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

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

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

border-color css

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

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

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