#F1826C

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

Shades of Salmon #F1826C

Tints of Salmon #F1826C

Color information

#F1826C (or 0xF1826C) is unknown color: approx Salmon. HEX triplet: F1, 82 and 6C. RGB value is (241,130,108). Sum of RGB (Red+Green+Blue) = 241+130+108=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1826C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1826C is #0E7D93. Grayscale: #A0A0A0. Windows color (decimal): -949652 or 7111409. OLE color: 7111409.

HSL color Cylindrical-coordinate representation of color #F1826C: hue angle of 9.92º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1826C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB241130108-
CMYK00.460.550.05
HSL9.92º82.61%68.43%-
HSV(B)9.92º55.19%94.51%-
XYZ46.9735.7518.61-
YUV160.6898.27185.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.31%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 108 (42.58% from 255) = 22.55%
R=50.31%
G=27.14%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113010800.460.550.059.9282.6168.43
HexF1826C02E375a5344
Octal36120215405667512123104
Binary111100011000001011011000101110110111101101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1826C; }

 p { color: rgb(241,130,108); }

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

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

 a { background-color: rgb(241,130,108); }

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

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

 span { border-color: rgb(241,130,108); }

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