Html Css Color HEX #FE8370 Salmon

📋 copy color: '#FE8370'

red 254 ◦ green 131 ◦ blue 112

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

Shades of Salmon #FE8370

Tints of Salmon #FE8370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.36%

 BLUE value IS 112 (44.14% from 255) = 22.54%

R = 51.11%
G = 26.36%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE8370 (or 0xFE8370) is known color: Salmon. HEX triplet: FE, 83 and 70. RGB value is (254,131,112). Sum of RGB (Red+Green+Blue) = 254+131+112=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8370 is #017C8F. Grayscale: #A5A5A5. Windows color (decimal): -97424 or 7373822. OLE color: 7373822.

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

Color convert

RGB 254 131 112 -
CMYK 0 0.48 0.56 0.00
HSL 8.03º 0.99% 0.72% -
HSV(B) 8.03º 0.56% 1% -
XYZ 51.91 38.47 20.02 -
YUV 165.61 97.75 191.04 -
System Red Green Blue C M Y K H S L
Decimal 254 131 112 0 0.48 0.56 0.00 8.03 0.99 0.72
Hex FE 83 70 0 30 38 0 8 63 48
Octal 376 203 160 0 60 70 0 10 143 110
Binary 11111110 10000011 1110000 0 110000 111000 0 1000 1100011 1001000

Color Harmonies of #FE8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8370

Black with #FE8370

Text Example


Text Example

White with #FE8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8370; }

 p { color: rgb(254,131,112); }

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

background-color css

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

 a { background-color: rgb(254,131,112); }

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

border-color css

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

 span { border-color: rgb(254,131,112); }

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