#fa9875

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

Shades of Light Salmon #FA9875

Tints of Light Salmon #FA9875

Color information

#FA9875 (or 0xFA9875) is unknown color: approx Light Salmon. HEX triplet: FA, 98 and 75. RGB value is (250,152,117). Sum of RGB (Red+Green+Blue) = 250+152+117=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9875 is #05678A. Grayscale: #B1B1B1. Windows color (decimal): -354187 or 7706874. OLE color: 7706874.

HSL color Cylindrical-coordinate representation of color #FA9875: hue angle of 15.79º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA9875 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB250152117-
CMYK00.390.530.02
HSL15.79º93.01%71.96%-
HSV(B)15.79º53.2%98.04%-
XYZ53.8644.0622.5-
YUV177.3193.97179.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=48.17%
G=29.29%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015211700.390.530.0215.7993.0171.96
HexFA9875027352105d48
Octal37223016504765220135110
Binary111110101001100011101010100111110101101000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa9875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa9875; }

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

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

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

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

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

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

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

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