#F8826A

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

Shades of Salmon #F8826A

Tints of Salmon #F8826A

Color information

#F8826A (or 0xF8826A) is unknown color: approx Salmon. HEX triplet: F8, 82 and 6A. RGB value is (248,130,106). Sum of RGB (Red+Green+Blue) = 248+130+106=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8826A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8826A is #077D95. Grayscale: #A2A2A2. Windows color (decimal): -490902 or 6980344. OLE color: 6980344.

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

Color convert

RGB248130106-
CMYK00.480.570.03
HSL10.14º91.03%69.41%-
HSV(B)10.14º57.26%97.25%-
XYZ49.336.9618.17-
YUV162.5596.09188.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.24%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 106 (41.80% from 255) = 21.90%
R=51.24%
G=26.86%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813010600.480.570.0310.1491.0369.41
HexF8826A030393a5b45
Octal37020215206071312133105
Binary11111000100000101101010011000011100111101010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8826A; }

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

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

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

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

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

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

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

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