Html Css Color HEX #FE9574 Light Salmon

📋 copy color: '#FE9574'

red 254 ◦ green 149 ◦ blue 116

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

Shades of Light Salmon #FE9574

Tints of Light Salmon #FE9574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.71%

 BLUE value IS 116 (45.7% from 255) = 22.35%

R = 48.94%
G = 28.71%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE9574 (or 0xFE9574) is known color: Light Salmon. HEX triplet: FE, 95 and 74. RGB value is (254,149,116). Sum of RGB (Red+Green+Blue) = 254+149+116=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9574 is #016A8B. Grayscale: #B0B0B0. Windows color (decimal): -92812 or 7640574. OLE color: 7640574.

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

Color convert

RGB 254 149 116 -
CMYK 0 0.41 0.54 0.00
HSL 14.35º 0.99% 0.73% -
HSV(B) 14.35º 0.54% 1% -
XYZ 54.77 43.83 22.1 -
YUV 176.63 93.79 183.18 -
System Red Green Blue C M Y K H S L
Decimal 254 149 116 0 0.41 0.54 0.00 14.35 0.99 0.73
Hex FE 95 74 0 29 36 0 E 63 49
Octal 376 225 164 0 51 66 0 16 143 111
Binary 11111110 10010101 1110100 0 101001 110110 0 1110 1100011 1001001

Color Harmonies of #FE9574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9574

Black with #FE9574

Text Example


Text Example

White with #FE9574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9574; }

 p { color: rgb(254,149,116); }

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

background-color css

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

 a { background-color: rgb(254,149,116); }

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

border-color css

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

 span { border-color: rgb(254,149,116); }

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