Html Css Color HEX #FF9E73 Light Salmon

📋 copy color: '#FF9E73'

red 255 ◦ green 158 ◦ blue 115

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

Shades of Light Salmon #FF9E73

Tints of Light Salmon #FF9E73

RGB

 RED value IS 255 (100% from 255) = 48.3%

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

 BLUE value IS 115 (45.31% from 255) = 21.78%

R = 48.3%
G = 29.92%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF9E73 (or 0xFF9E73) is known color: Light Salmon. HEX triplet: FF, 9E and 73. RGB value is (255,158,115). Sum of RGB (Red+Green+Blue) = 255+158+115=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E73 is #00618C. Grayscale: #B6B6B6. Windows color (decimal): -24973 or 7577343. OLE color: 7577343.

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

Color convert

RGB 255 158 115 -
CMYK 0 0.38 0.55 0
HSL 18.43º 1% 0.73% -
HSV(B) 18.43º 0.55% 1% -
XYZ 56.56 46.95 22.3 -
YUV 182.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 255 158 115 0 0.38 0.55 0 18.43 1 0.73
Hex FF 9E 73 0 26 37 0 12 64 49
Octal 377 236 163 0 46 67 0 22 144 111
Binary 11111111 10011110 1110011 0 100110 110111 0 10010 1100100 1001001

Color Harmonies of #FF9E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9E73

Black with #FF9E73

Text Example


Text Example

White with #FF9E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9E73; }

 p { color: rgb(255,158,115); }

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

background-color css

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

 a { background-color: rgb(255,158,115); }

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

border-color css

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

 span { border-color: rgb(255,158,115); }

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