#F6A27F

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

Shades of Light Salmon #F6A27F

Tints of Light Salmon #F6A27F

Color information

#F6A27F (or 0xF6A27F) is unknown color: approx Light Salmon. HEX triplet: F6, A2 and 7F. RGB value is (246,162,127). Sum of RGB (Red+Green+Blue) = 246+162+127=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A27F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A27F is #095D80. Grayscale: #B7B7B7. Windows color (decimal): -613761 or 8364790. OLE color: 8364790.

HSL color Cylindrical-coordinate representation of color #F6A27F: hue angle of 17.65º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6A27F is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246162127-
CMYK00.340.480.04
HSL17.65º86.86%73.14%-
HSV(B)17.65º48.37%96.47%-
XYZ54.7646.9726.26-
YUV183.1396.33172.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.98%
GREEN value IS 162 (63.67% from 255) = 30.28%
BLUE value IS 127 (50% from 255) = 23.74%
R=45.98%
G=30.28%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616212700.340.480.0417.6586.8673.14
HexF6A27F022304125749
Octal36624217704260422127111
Binary1111011010100010111111101000101100001001001010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A27F; }

 p { color: rgb(246,162,127); }

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

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

 a { background-color: rgb(246,162,127); }

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

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

 span { border-color: rgb(246,162,127); }

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