#F98569

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

Shades of Salmon #F98569

Tints of Salmon #F98569

Color information

#F98569 (or 0xF98569) is unknown color: approx Salmon. HEX triplet: F9, 85 and 69. RGB value is (249,133,105). Sum of RGB (Red+Green+Blue) = 249+133+105=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F98569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98569 is #067A96. Grayscale: #A4A4A4. Windows color (decimal): -424599 or 6915577. OLE color: 6915577.

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

Color convert

RGB249133105-
CMYK00.470.580.02
HSL11.67º92.31%69.41%-
HSV(B)11.67º57.83%97.65%-
XYZ5037.9318.05-
YUV164.4994.43188.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.13%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=51.13%
G=27.31%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913310500.470.580.0211.6792.3169.41
HexF9856902F3A2c5c45
Octal37120515105772214134105
Binary11111001100001011101001010111111101010110010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98569; }

 p { color: rgb(249,133,105); }

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

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

 a { background-color: rgb(249,133,105); }

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

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

 span { border-color: rgb(249,133,105); }

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