Html Css Color HEX #FF9E75 Light Salmon

📋 copy color: '#FF9E75'

red 255 ◦ green 158 ◦ blue 117

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

Shades of Light Salmon #FF9E75

Tints of Light Salmon #FF9E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.08%

R = 48.11%
G = 29.81%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF9E75 (or 0xFF9E75) is known color: Light Salmon. HEX triplet: FF, 9E and 75. RGB value is (255,158,117). Sum of RGB (Red+Green+Blue) = 255+158+117=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E75 is #00618A. Grayscale: #B6B6B6. Windows color (decimal): -24971 or 7708415. OLE color: 7708415.

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

Color convert

RGB 255 158 117 -
CMYK 0 0.38 0.54 0
HSL 17.83º 1% 0.73% -
HSV(B) 17.83º 0.54% 1% -
XYZ 56.68 47 22.91 -
YUV 182.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 255 158 117 0 0.38 0.54 0 17.83 1 0.73
Hex FF 9E 75 0 26 36 0 12 64 49
Octal 377 236 165 0 46 66 0 22 144 111
Binary 11111111 10011110 1110101 0 100110 110110 0 10010 1100100 1001001

Color Harmonies of #FF9E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9E75

Black with #FF9E75

Text Example


Text Example

White with #FF9E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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