#F98268

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

Shades of Salmon #F98268

Tints of Salmon #F98268

Color information

#F98268 (or 0xF98268) is unknown color: approx Salmon. HEX triplet: F9, 82 and 68. RGB value is (249,130,104). Sum of RGB (Red+Green+Blue) = 249+130+104=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F98268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98268 is #067D97. Grayscale: #A2A2A2. Windows color (decimal): -425368 or 6849273. OLE color: 6849273.

HSL color Cylindrical-coordinate representation of color #F98268: hue angle of 10.76º 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 #F98268 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB249130104-
CMYK00.480.580.02
HSL10.76º92.36%69.22%-
HSV(B)10.76º58.23%97.65%-
XYZ49.5537.117.65-
YUV162.6294.92189.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.55%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=51.55%
G=26.92%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913010400.480.580.0210.7692.3669.22
HexF982680303A2b5c45
Octal37120215006072213134105
Binary11111001100000101101000011000011101010101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98268; }

 p { color: rgb(249,130,104); }

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

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

 a { background-color: rgb(249,130,104); }

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

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

 span { border-color: rgb(249,130,104); }

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