#F98B6A

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

Shades of Salmon #F98B6A

Tints of Salmon #F98B6A

Color information

#F98B6A (or 0xF98B6A) is unknown color: approx Salmon. HEX triplet: F9, 8B and 6A. RGB value is (249,139,106). Sum of RGB (Red+Green+Blue) = 249+139+106=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98B6A is #067495. Grayscale: #A8A8A8. Windows color (decimal): -423062 or 6982649. OLE color: 6982649.

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

Color convert

RGB249139106-
CMYK00.440.570.02
HSL13.85º92.26%69.61%-
HSV(B)13.85º57.43%97.65%-
XYZ50.939.6518.61-
YUV168.1392.94185.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.40%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 106 (41.80% from 255) = 21.46%
R=50.40%
G=28.14%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913910600.440.570.0213.8592.2669.61
HexF98B6A02C392e5c46
Octal37121315205471216134106
Binary11111001100010111101010010110011100110111010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98B6A; }

 p { color: rgb(249,139,106); }

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

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

 a { background-color: rgb(249,139,106); }

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

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

 span { border-color: rgb(249,139,106); }

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