#F99672

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

Shades of Light Salmon #F99672

Tints of Light Salmon #F99672

Color information

#F99672 (or 0xF99672) is unknown color: approx Light Salmon. HEX triplet: F9, 96 and 72. RGB value is (249,150,114). Sum of RGB (Red+Green+Blue) = 249+150+114=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F99672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99672 is #06698D. Grayscale: #AFAFAF. Windows color (decimal): -420238 or 7509753. OLE color: 7509753.

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

Color convert

RGB249150114-
CMYK00.400.540.02
HSL16º91.84%71.18%-
HSV(B)16º54.22%97.65%-
XYZ53.0143.1721.46-
YUV175.593.3180.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.54%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 114 (44.92% from 255) = 22.22%
R=48.54%
G=29.24%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915011400.400.540.021691.8471.18
HexF99672028362105c47
Octal37122616205066220134107
Binary111110011001011011100100101000110110101000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99672; }

 p { color: rgb(249,150,114); }

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

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

 a { background-color: rgb(249,150,114); }

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

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

 span { border-color: rgb(249,150,114); }

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