#ff9e78

Color #FF9E78 Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FF9E78

Tints of Light Salmon #FF9E78

Color information

#FF9E78 (or 0xFF9E78) is unknown color: approx Light Salmon. HEX triplet: FF, 9E and 78. RGB value is (255,158,120). Sum of RGB (Red+Green+Blue) = 255+158+120=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E78 is #006187. Grayscale: #B6B6B6. Windows color (decimal): -24968 or 7905023. OLE color: 7905023.

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

Color convert

RGB255158120-
CMYK00.380.530
HSL16.89º100%73.53%-
HSV(B)16.89º52.94%100%-
XYZ56.8647.0723.86-
YUV182.6792.64179.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 120 (47.27% from 255) = 22.51%
R=47.84%
G=29.64%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515812000.380.53016.8910073.53
HexFF9E7802635011644a
Octal37723617004665021144112
Binary11111111100111101111000010011011010101000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff9e78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff9e78; }

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

 H1.HeaderClassName
 {
   color: #ff9e78;
 }
 .AnyTagClassName
 {
   color: #ff9e78;
 }
</style>
background-color css

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

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

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

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

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

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