#F8826E

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

Shades of Salmon #F8826E

Tints of Salmon #F8826E

Color information

#F8826E (or 0xF8826E) is unknown color: approx Salmon. HEX triplet: F8, 82 and 6E. RGB value is (248,130,110). Sum of RGB (Red+Green+Blue) = 248+130+110=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8826E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8826E is #077D91. Grayscale: #A3A3A3. Windows color (decimal): -490898 or 7242488. OLE color: 7242488.

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

Color convert

RGB248130110-
CMYK00.480.560.03
HSL8.7º90.79%70.2%-
HSV(B)8.7º55.65%97.25%-
XYZ49.5137.0519.29-
YUV16398.09188.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.82%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 110 (43.36% from 255) = 22.54%
R=50.82%
G=26.64%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813011000.480.560.038.790.7970.2
HexF8826E03038395b46
Octal37020215606070311133106
Binary11111000100000101101110011000011100011100110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8826E; }

 p { color: rgb(248,130,110); }

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

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

 a { background-color: rgb(248,130,110); }

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

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

 span { border-color: rgb(248,130,110); }

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