Html Css Color HEX #FE9D79 Light Salmon

📋 copy color: '#FE9D79'

red 254 ◦ green 157 ◦ blue 121

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

Shades of Light Salmon #FE9D79

Tints of Light Salmon #FE9D79

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.51%

 BLUE value IS 121 (47.66% from 255) = 22.74%

R = 47.74%
G = 29.51%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE9D79 (or 0xFE9D79) is known color: Light Salmon. HEX triplet: FE, 9D and 79. RGB value is (254,157,121). Sum of RGB (Red+Green+Blue) = 254+157+121=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 121 (47.66% from 255 or 22.74% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9D79 is #016286. Grayscale: #B6B6B6. Windows color (decimal): -90759 or 7970302. OLE color: 7970302.

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

Color convert

RGB 254 157 121 -
CMYK 0 0.38 0.52 0.00
HSL 16.24º 0.99% 0.74% -
HSV(B) 16.24º 0.52% 1% -
XYZ 56.38 46.57 24.11 -
YUV 181.9 93.64 179.43 -
System Red Green Blue C M Y K H S L
Decimal 254 157 121 0 0.38 0.52 0.00 16.24 0.99 0.74
Hex FE 9D 79 0 26 34 0 10 63 4A
Octal 376 235 171 0 46 64 0 20 143 112
Binary 11111110 10011101 1111001 0 100110 110100 0 10000 1100011 1001010

Color Harmonies of #FE9D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9D79

Black with #FE9D79

Text Example


Text Example

White with #FE9D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9D79; }

 p { color: rgb(254,157,121); }

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

background-color css

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

 a { background-color: rgb(254,157,121); }

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

border-color css

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

 span { border-color: rgb(254,157,121); }

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