#F3A17E

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

Shades of Light Salmon #F3A17E

Tints of Light Salmon #F3A17E

Color information

#F3A17E (or 0xF3A17E) is unknown color: approx Light Salmon. HEX triplet: F3, A1 and 7E. RGB value is (243,161,126). Sum of RGB (Red+Green+Blue) = 243+161+126=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A17E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A17E is #0C5E81. Grayscale: #B5B5B5. Windows color (decimal): -810626 or 8298995. OLE color: 8298995.

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

Color convert

RGB243161126-
CMYK00.340.480.05
HSL17.95º82.98%72.35%-
HSV(B)17.95º48.15%95.29%-
XYZ53.4746.0525.81-
YUV181.5396.67171.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.85%
GREEN value IS 161 (63.28% from 255) = 30.38%
BLUE value IS 126 (49.61% from 255) = 23.77%
R=45.85%
G=30.38%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316112600.340.480.0517.9582.9872.35
HexF3A17E022305125348
Octal36324117604260522123110
Binary1111001110100001111111001000101100001011001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A17E; }

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

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

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

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

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

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

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

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