#FF9875

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

Shades of Light Salmon #FF9875

Tints of Light Salmon #FF9875

Color information

#FF9875 (or 0xFF9875) is unknown color: approx Light Salmon. HEX triplet: FF, 98 and 75. RGB value is (255,152,117). Sum of RGB (Red+Green+Blue) = 255+152+117=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9875 is #00678A. Grayscale: #B3B3B3. Windows color (decimal): -26507 or 7706879. OLE color: 7706879.

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

Color convert

RGB255152117-
CMYK00.400.540
HSL15.22º100%72.94%-
HSV(B)15.22º54.12%100%-
XYZ55.684522.58-
YUV178.8193.12182.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 117 (46.09% from 255) = 22.33%
R=48.66%
G=29.01%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515211700.400.54015.2210072.94
HexFF9875028360f6449
Octal37723016505066017144111
Binary1111111110011000111010101010001101100111111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9875; }

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

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

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

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

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

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

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

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