#F8827A

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

Shades of Salmon #F8827A

Tints of Salmon #F8827A

Color information

#F8827A (or 0xF8827A) is unknown color: approx Salmon. HEX triplet: F8, 82 and 7A. RGB value is (248,130,122). Sum of RGB (Red+Green+Blue) = 248+130+122=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8827A is #077D85. Grayscale: #A4A4A4. Windows color (decimal): -490886 or 8028920. OLE color: 8028920.

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

Color convert

RGB248130122-
CMYK00.480.510.03
HSL3.81º90%72.55%-
HSV(B)3.81º50.81%97.25%-
XYZ50.2137.3322.97-
YUV164.37104.09187.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.6%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 122 (48.05% from 255) = 24.4%
R=49.6%
G=26%
B=24.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813012200.480.510.033.819072.55
HexF8827A03033345a49
Octal3702021720606334132111
Binary1111100010000010111101001100001100111110010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8827A; }

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

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

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

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

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

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

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

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