#F99971

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

Shades of Light Salmon #F99971

Tints of Light Salmon #F99971

Color information

#F99971 (or 0xF99971) is unknown color: approx Light Salmon. HEX triplet: F9, 99 and 71. RGB value is (249,153,113). Sum of RGB (Red+Green+Blue) = 249+153+113=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F99971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99971 is #06668E. Grayscale: #B1B1B1. Windows color (decimal): -419471 or 7444985. OLE color: 7444985.

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

Color convert

RGB249153113-
CMYK00.390.550.02
HSL17.65º91.89%70.98%-
HSV(B)17.65º54.62%97.65%-
XYZ53.4444.1121.32-
YUV177.1491.8179.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.35%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 113 (44.53% from 255) = 21.94%
R=48.35%
G=29.71%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915311300.390.550.0217.6591.8970.98
HexF99971027372125c47
Octal37123116104767222134107
Binary111110011001100111100010100111110111101001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99971; }

 p { color: rgb(249,153,113); }

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

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

 a { background-color: rgb(249,153,113); }

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

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

 span { border-color: rgb(249,153,113); }

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