#F9877A

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

Shades of Salmon #F9877A

Tints of Salmon #F9877A

Color information

#F9877A (or 0xF9877A) is unknown color: approx Salmon. HEX triplet: F9, 87 and 7A. RGB value is (249,135,122). Sum of RGB (Red+Green+Blue) = 249+135+122=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F9877A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9877A is #067885. Grayscale: #A7A7A7. Windows color (decimal): -424070 or 8030201. OLE color: 8030201.

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

Color convert

RGB249135122-
CMYK00.460.510.02
HSL6.14º91.37%72.75%-
HSV(B)6.14º51%97.65%-
XYZ51.2438.8723.21-
YUV167.6102.27186.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.21%
GREEN value IS 135 (53.12% from 255) = 26.68%
BLUE value IS 122 (48.05% from 255) = 24.11%
R=49.21%
G=26.68%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913512200.460.510.026.1491.3772.75
HexF9877A02E33265b49
Octal3712071720566326133111
Binary1111100110000111111101001011101100111011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9877A; }

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

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

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

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

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

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

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

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