Html Css Color HEX #FE9774 Light Salmon

📋 copy color: '#FE9774'

red 254 ◦ green 151 ◦ blue 116

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

Shades of Light Salmon #FE9774

Tints of Light Salmon #FE9774

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.98%

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

R = 48.75%
G = 28.98%
B = 22.26%

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

#FE9774 (or 0xFE9774) is known color: Light Salmon. HEX triplet: FE, 97 and 74. RGB value is (254,151,116). Sum of RGB (Red+Green+Blue) = 254+151+116=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9774 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9774 is #01688B. Grayscale: #B2B2B2. Windows color (decimal): -92300 or 7641086. OLE color: 7641086.

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

Color convert

RGB 254 151 116 -
CMYK 0 0.41 0.54 0.00
HSL 15.22º 0.99% 0.73% -
HSV(B) 15.22º 0.54% 1% -
XYZ 55.09 44.47 22.2 -
YUV 177.81 93.12 182.35 -
System Red Green Blue C M Y K H S L
Decimal 254 151 116 0 0.41 0.54 0.00 15.22 0.99 0.73
Hex FE 97 74 0 29 36 0 F 63 49
Octal 376 227 164 0 51 66 0 17 143 111
Binary 11111110 10010111 1110100 0 101001 110110 0 1111 1100011 1001001

Color Harmonies of #FE9774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9774

Black with #FE9774

Text Example


Text Example

White with #FE9774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9774; }

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

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

background-color css

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

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

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

border-color css

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

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

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