#f4a47f

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

Shades of Light Salmon #F4A47F

Tints of Light Salmon #F4A47F

Color information

#F4A47F (or 0xF4A47F) is unknown color: approx Light Salmon. HEX triplet: F4, A4 and 7F. RGB value is (244,164,127). Sum of RGB (Red+Green+Blue) = 244+164+127=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A47F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A47F is #0B5B80. Grayscale: #B7B7B7. Windows color (decimal): -744321 or 8365300. OLE color: 8365300.

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

Color convert

RGB244164127-
CMYK00.330.480.04
HSL18.97º84.17%72.75%-
HSV(B)18.97º47.95%95.69%-
XYZ54.4147.3226.34-
YUV183.796171.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.61%
GREEN value IS 164 (64.45% from 255) = 30.65%
BLUE value IS 127 (50% from 255) = 23.74%
R=45.61%
G=30.65%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416412700.330.480.0418.9784.1772.75
HexF4A47F021304135449
Octal36424417704160423124111
Binary1111010010100100111111101000011100001001001110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4a47f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4a47f; }

 p { color: rgb(244,164,127); }

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

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

 a { background-color: rgb(244,164,127); }

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

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

 span { border-color: rgb(244,164,127); }

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