Html Css Color HEX #FE9E7B Light Salmon

📋 copy color: '#FE9E7B'

red 254 ◦ green 158 ◦ blue 123

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

Shades of Light Salmon #FE9E7B

Tints of Light Salmon #FE9E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.99%

R = 47.48%
G = 29.53%
B = 22.99%

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

#FE9E7B (or 0xFE9E7B) is known color: Light Salmon. HEX triplet: FE, 9E and 7B. RGB value is (254,158,123). Sum of RGB (Red+Green+Blue) = 254+158+123=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E7B is #016184. Grayscale: #B6B6B6. Windows color (decimal): -90501 or 8101630. OLE color: 8101630.

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

Color convert

RGB 254 158 123 -
CMYK 0 0.38 0.52 0.00
HSL 16.03º 0.98% 0.74% -
HSV(B) 16.03º 0.52% 1% -
XYZ 56.68 46.95 24.81 -
YUV 182.71 94.3 178.85 -
System Red Green Blue C M Y K H S L
Decimal 254 158 123 0 0.38 0.52 0.00 16.03 0.98 0.74
Hex FE 9E 7B 0 26 34 0 10 62 4A
Octal 376 236 173 0 46 64 0 20 142 112
Binary 11111110 10011110 1111011 0 100110 110100 0 10000 1100010 1001010

Color Harmonies of #FE9E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9E7B

Black with #FE9E7B

Text Example


Text Example

White with #FE9E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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