#F4A581

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

Shades of Light Salmon #F4A581

Tints of Light Salmon #F4A581

Color information

#F4A581 (or 0xF4A581) is unknown color: approx Light Salmon. HEX triplet: F4, A5 and 81. RGB value is (244,165,129). Sum of RGB (Red+Green+Blue) = 244+165+129=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A581 is #0B5A7E. Grayscale: #B8B8B8. Windows color (decimal): -744063 or 8496628. OLE color: 8496628.

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

Color convert

RGB244165129-
CMYK00.320.470.04
HSL18.78º83.94%73.14%-
HSV(B)18.78º47.13%95.69%-
XYZ54.7347.7327.1-
YUV184.5296.67170.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.35%
GREEN value IS 165 (64.84% from 255) = 30.67%
BLUE value IS 129 (50.78% from 255) = 23.98%
R=45.35%
G=30.67%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416512900.320.470.0418.7883.9473.14
HexF4A5810202F4135449
Octal36424520104057423124111
Binary11110100101001011000000101000001011111001001110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A581; }

 p { color: rgb(244,165,129); }

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

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

 a { background-color: rgb(244,165,129); }

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

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

 span { border-color: rgb(244,165,129); }

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