#F98768

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

Shades of Salmon #F98768

Tints of Salmon #F98768

Color information

#F98768 (or 0xF98768) is unknown color: approx Salmon. HEX triplet: F9, 87 and 68. RGB value is (249,135,104). Sum of RGB (Red+Green+Blue) = 249+135+104=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F98768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98768 is #067897. Grayscale: #A5A5A5. Windows color (decimal): -424088 or 6850553. OLE color: 6850553.

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

Color convert

RGB249135104-
CMYK00.460.580.02
HSL12.83º92.36%69.22%-
HSV(B)12.83º58.23%97.65%-
XYZ50.2338.4717.87-
YUV165.5593.27187.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.02%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 104 (41.02% from 255) = 21.31%
R=51.02%
G=27.66%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913510400.460.580.0212.8392.3669.22
HexF9876802E3A2d5c45
Octal37120715005672215134105
Binary11111001100001111101000010111011101010110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98768; }

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

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

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

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

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

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

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

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