#F59B7B

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

Shades of Light Salmon #F59B7B

Tints of Light Salmon #F59B7B

Color information

#F59B7B (or 0xF59B7B) is unknown color: approx Light Salmon. HEX triplet: F5, 9B and 7B. RGB value is (245,155,123). Sum of RGB (Red+Green+Blue) = 245+155+123=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59B7B is #0A6484. Grayscale: #B2B2B2. Windows color (decimal): -681093 or 8100853. OLE color: 8100853.

HSL color Cylindrical-coordinate representation of color #F59B7B: hue angle of 15.74º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F59B7B is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245155123-
CMYK00.370.500.04
HSL15.74º85.92%72.16%-
HSV(B)15.74º49.8%96.08%-
XYZ52.9544.2924.5-
YUV178.2696.82175.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.85%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 123 (48.44% from 255) = 23.52%
R=46.85%
G=29.64%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515512300.370.500.0415.7485.9272.16
HexF59B7B025324105648
Octal36523317304562420126110
Binary1111010110011011111101101001011100101001000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59B7B; }

 p { color: rgb(245,155,123); }

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

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

 a { background-color: rgb(245,155,123); }

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

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

 span { border-color: rgb(245,155,123); }

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