#F9817A

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

Shades of Salmon #F9817A

Tints of Salmon #F9817A

Color information

#F9817A (or 0xF9817A) is unknown color: approx Salmon. HEX triplet: F9, 81 and 7A. RGB value is (249,129,122). Sum of RGB (Red+Green+Blue) = 249+129+122=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F9817A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9817A is #067E85. Grayscale: #A4A4A4. Windows color (decimal): -425606 or 8028665. OLE color: 8028665.

HSL color Cylindrical-coordinate representation of color #F9817A: hue angle of 3.31º 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 #F9817A is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB249129122-
CMYK00.480.510.02
HSL3.31º91.37%72.75%-
HSV(B)3.31º51%97.65%-
XYZ50.4337.2522.94-
YUV164.08104.26188.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.8%
GREEN value IS 129 (50.78% from 255) = 25.8%
BLUE value IS 122 (48.05% from 255) = 24.4%
R=49.8%
G=25.8%
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.02
SystemRedGreenBlueCMYKHSL
Decimal24912912200.480.510.023.3191.3772.75
HexF9817A03033235b49
Octal3712011720606323133111
Binary111110011000000111110100110000110011101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9817A; }

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

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

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

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

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

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

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

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