#F9876A

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

Shades of Salmon #F9876A

Tints of Salmon #F9876A

Color information

#F9876A (or 0xF9876A) is unknown color: approx Salmon. HEX triplet: F9, 87 and 6A. RGB value is (249,135,106). Sum of RGB (Red+Green+Blue) = 249+135+106=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9876A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9876A is #067895. Grayscale: #A6A6A6. Windows color (decimal): -424086 or 6981625. OLE color: 6981625.

HSL color Cylindrical-coordinate representation of color #F9876A: hue angle of 12.17º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9876A is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB249135106-
CMYK00.460.570.02
HSL12.17º92.26%69.61%-
HSV(B)12.17º57.43%97.65%-
XYZ50.3338.5118.42-
YUV165.7894.27187.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.82%
GREEN value IS 135 (53.12% from 255) = 27.55%
BLUE value IS 106 (41.80% from 255) = 21.63%
R=50.82%
G=27.55%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913510600.460.570.0212.1792.2669.61
HexF9876A02E392c5c46
Octal37120715205671214134106
Binary11111001100001111101010010111011100110110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9876A; }

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

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

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

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

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

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

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

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