#ff9873

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

Shades of Light Salmon #FF9873

Tints of Light Salmon #FF9873

Color information

#FF9873 (or 0xFF9873) is unknown color: approx Light Salmon. HEX triplet: FF, 98 and 73. RGB value is (255,152,115). Sum of RGB (Red+Green+Blue) = 255+152+115=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9873 is #00678C. Grayscale: #B2B2B2. Windows color (decimal): -26509 or 7575807. OLE color: 7575807.

HSL color Cylindrical-coordinate representation of color #FF9873: hue angle of 15.86º 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 #FF9873 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB255152115-
CMYK00.400.550
HSL15.86º100%72.55%-
HSV(B)15.86º54.9%100%-
XYZ55.5644.9521.97-
YUV178.5892.12182.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 115 (45.31% from 255) = 22.03%
R=48.85%
G=29.12%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515211500.400.55015.8610072.55
HexFF9873028370106449
Octal37723016305067020144111
Binary11111111100110001110011010100011011101000011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff9873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff9873; }

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

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

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

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

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

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

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

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