#F3A17A

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

Shades of Light Salmon #F3A17A

Tints of Light Salmon #F3A17A

Color information

#F3A17A (or 0xF3A17A) is unknown color: approx Light Salmon. HEX triplet: F3, A1 and 7A. RGB value is (243,161,122). Sum of RGB (Red+Green+Blue) = 243+161+122=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A17A is #0C5E85. Grayscale: #B5B5B5. Windows color (decimal): -810630 or 8036851. OLE color: 8036851.

HSL color Cylindrical-coordinate representation of color #F3A17A: hue angle of 19.34º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F3A17A is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB243161122-
CMYK00.340.500.05
HSL19.34º83.45%71.57%-
HSV(B)19.34º49.79%95.29%-
XYZ53.2245.9524.48-
YUV181.0794.67172.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.20%
GREEN value IS 161 (63.28% from 255) = 30.61%
BLUE value IS 122 (48.05% from 255) = 23.19%
R=46.20%
G=30.61%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316112200.340.500.0519.3483.4571.57
HexF3A17A022325135348
Octal36324117204262523123110
Binary1111001110100001111101001000101100101011001110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A17A; }

 p { color: rgb(243,161,122); }

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

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

 a { background-color: rgb(243,161,122); }

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

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

 span { border-color: rgb(243,161,122); }

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