#F3A27E

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

Shades of Light Salmon #F3A27E

Tints of Light Salmon #F3A27E

Color information

#F3A27E (or 0xF3A27E) is unknown color: approx Light Salmon. HEX triplet: F3, A2 and 7E. RGB value is (243,162,126). Sum of RGB (Red+Green+Blue) = 243+162+126=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A27E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A27E is #0C5D81. Grayscale: #B6B6B6. Windows color (decimal): -810370 or 8299251. OLE color: 8299251.

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

Color convert

RGB243162126-
CMYK00.330.480.05
HSL18.46º82.98%72.35%-
HSV(B)18.46º48.15%95.29%-
XYZ53.6546.425.87-
YUV182.1196.34171.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.76%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 126 (49.61% from 255) = 23.73%
R=45.76%
G=30.51%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316212600.330.480.0518.4682.9872.35
HexF3A27E021305125348
Octal36324217604160522123110
Binary1111001110100010111111001000011100001011001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A27E; }

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

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

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

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

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

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

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

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