Html Css Color HEX #FE8970 Salmon

📋 copy color: '#FE8970'

red 254 ◦ green 137 ◦ blue 112

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

Shades of Salmon #FE8970

Tints of Salmon #FE8970

RGB

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

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

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

R = 50.5%
G = 27.24%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE8970 (or 0xFE8970) is known color: Salmon. HEX triplet: FE, 89 and 70. RGB value is (254,137,112). Sum of RGB (Red+Green+Blue) = 254+137+112=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8970 is #01768F. Grayscale: #A9A9A9. Windows color (decimal): -95888 or 7375358. OLE color: 7375358.

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

Color convert

RGB 254 137 112 -
CMYK 0 0.46 0.56 0.00
HSL 10.56º 0.99% 0.72% -
HSV(B) 10.56º 0.56% 1% -
XYZ 52.74 40.13 20.3 -
YUV 169.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 254 137 112 0 0.46 0.56 0.00 10.56 0.99 0.72
Hex FE 89 70 0 2E 38 0 B 63 48
Octal 376 211 160 0 56 70 0 13 143 110
Binary 11111110 10001001 1110000 0 101110 111000 0 1011 1100011 1001000

Color Harmonies of #FE8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8970

Black with #FE8970

Text Example


Text Example

White with #FE8970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8970; }

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

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

background-color css

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

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

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

border-color css

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

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

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