Html Css Color HEX #FF9E7D Light Salmon

📋 copy color: '#FF9E7D'

red 255 ◦ green 158 ◦ blue 125

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

Shades of Light Salmon #FF9E7D

Tints of Light Salmon #FF9E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.23%

R = 47.4%
G = 29.37%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF9E7D (or 0xFF9E7D) is known color: Light Salmon. HEX triplet: FF, 9E and 7D. RGB value is (255,158,125). Sum of RGB (Red+Green+Blue) = 255+158+125=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E7D is #006182. Grayscale: #B7B7B7. Windows color (decimal): -24963 or 8232703. OLE color: 8232703.

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

Color convert

RGB 255 158 125 -
CMYK 0 0.38 0.51 0
HSL 15.23º 1% 0.75% -
HSV(B) 15.23º 0.51% 1% -
XYZ 57.17 47.19 25.5 -
YUV 183.24 95.14 179.18 -
System Red Green Blue C M Y K H S L
Decimal 255 158 125 0 0.38 0.51 0 15.23 1 0.75
Hex FF 9E 7D 0 26 33 0 F 64 4B
Octal 377 236 175 0 46 63 0 17 144 113
Binary 11111111 10011110 1111101 0 100110 110011 0 1111 1100100 1001011

Color Harmonies of #FF9E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9E7D

Black with #FF9E7D

Text Example


Text Example

White with #FF9E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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