Html Css Color HEX #FE9E7F Light Salmon

📋 copy color: '#FE9E7F'

red 254 ◦ green 158 ◦ blue 127

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

Shades of Light Salmon #FE9E7F

Tints of Light Salmon #FE9E7F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.31%

 BLUE value IS 127 (50% from 255) = 23.56%

R = 47.12%
G = 29.31%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE9E7F (or 0xFE9E7F) is known color: Light Salmon. HEX triplet: FE, 9E and 7F. RGB value is (254,158,127). Sum of RGB (Red+Green+Blue) = 254+158+127=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E7F is #016180. Grayscale: #B7B7B7. Windows color (decimal): -90497 or 8363774. OLE color: 8363774.

HSL color Cylindrical-coordinate representation of color #FE9E7F: hue angle of 14.65º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE9E7F is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 158 127 -
CMYK 0 0.38 0.50 0.00
HSL 14.65º 0.98% 0.75% -
HSV(B) 14.65º 0.5% 1% -
XYZ 56.93 47.06 26.16 -
YUV 183.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 254 158 127 0 0.38 0.50 0.00 14.65 0.98 0.75
Hex FE 9E 7F 0 26 32 0 F 62 4B
Octal 376 236 177 0 46 62 0 17 142 113
Binary 11111110 10011110 1111111 0 100110 110010 0 1111 1100010 1001011

Color Harmonies of #FE9E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9E7F

Black with #FE9E7F

Text Example


Text Example

White with #FE9E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9E7F; }

 p { color: rgb(254,158,127); }

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

background-color css

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

 a { background-color: rgb(254,158,127); }

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

border-color css

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

 span { border-color: rgb(254,158,127); }

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