#F88969

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

Shades of Salmon #F88969

Tints of Salmon #F88969

Color information

#F88969 (or 0xF88969) is unknown color: approx Salmon. HEX triplet: F8, 89 and 69. RGB value is (248,137,105). Sum of RGB (Red+Green+Blue) = 248+137+105=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F88969 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88969 is #077696. Grayscale: #A6A6A6. Windows color (decimal): -489111 or 6916600. OLE color: 6916600.

HSL color Cylindrical-coordinate representation of color #F88969: hue angle of 13.43º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F88969 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB248137105-
CMYK00.450.580.03
HSL13.43º91.08%69.22%-
HSV(B)13.43º57.66%97.25%-
XYZ50.2138.8718.22-
YUV166.5493.27186.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.61%
GREEN value IS 137 (53.91% from 255) = 27.96%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=50.61%
G=27.96%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813710500.450.580.0313.4391.0869.22
HexF8896902D3A3d5b45
Octal37021115105572315133105
Binary11111000100010011101001010110111101011110110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88969; }

 p { color: rgb(248,137,105); }

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

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

 a { background-color: rgb(248,137,105); }

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

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

 span { border-color: rgb(248,137,105); }

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