#F99E7C

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

Shades of Light Salmon #F99E7C

Tints of Light Salmon #F99E7C

Color information

#F99E7C (or 0xF99E7C) is unknown color: approx Light Salmon. HEX triplet: F9, 9E and 7C. RGB value is (249,158,124). Sum of RGB (Red+Green+Blue) = 249+158+124=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99E7C is #066183. Grayscale: #B5B5B5. Windows color (decimal): -418180 or 8167161. OLE color: 8167161.

HSL color Cylindrical-coordinate representation of color #F99E7C: hue angle of 16.32º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F99E7C is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB249158124-
CMYK00.370.500.02
HSL16.32º91.24%73.14%-
HSV(B)16.32º50.2%97.65%-
XYZ54.9346.0525.06-
YUV181.3395.65176.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.89%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 124 (48.83% from 255) = 23.35%
R=46.89%
G=29.76%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915812400.370.500.0216.3291.2473.14
HexF99E7C025322105b49
Octal37123617404562220133111
Binary111110011001111011111000100101110010101000010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99E7C; }

 p { color: rgb(249,158,124); }

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

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

 a { background-color: rgb(249,158,124); }

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

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

 span { border-color: rgb(249,158,124); }

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