Html Css Color HEX #FE8C70 Salmon

📋 copy color: '#FE8C70'

red 254 ◦ green 140 ◦ blue 112

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

Shades of Salmon #FE8C70

Tints of Salmon #FE8C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.67%

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

R = 50.2%
G = 27.67%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE8C70 (or 0xFE8C70) is known color: Salmon. HEX triplet: FE, 8C and 70. RGB value is (254,140,112). Sum of RGB (Red+Green+Blue) = 254+140+112=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C70 is #01738F. Grayscale: #ABABAB. Windows color (decimal): -95120 or 7376126. OLE color: 7376126.

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

Color convert

RGB 254 140 112 -
CMYK 0 0.45 0.56 0.00
HSL 11.83º 0.99% 0.72% -
HSV(B) 11.83º 0.56% 1% -
XYZ 53.18 41 20.44 -
YUV 170.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 254 140 112 0 0.45 0.56 0.00 11.83 0.99 0.72
Hex FE 8C 70 0 2D 38 0 C 63 48
Octal 376 214 160 0 55 70 0 14 143 110
Binary 11111110 10001100 1110000 0 101101 111000 0 1100 1100011 1001000

Color Harmonies of #FE8C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C70

Black with #FE8C70

Text Example


Text Example

White with #FE8C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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