#F4A785

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

Shades of Light Salmon #F4A785

Tints of Light Salmon #F4A785

Color information

#F4A785 (or 0xF4A785) is unknown color: approx Light Salmon. HEX triplet: F4, A7 and 85. RGB value is (244,167,133). Sum of RGB (Red+Green+Blue) = 244+167+133=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A785 is #0B587A. Grayscale: #BABABA. Windows color (decimal): -743547 or 8759284. OLE color: 8759284.

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

Color convert

RGB244167133-
CMYK00.320.450.04
HSL18.38º83.46%73.92%-
HSV(B)18.38º45.49%95.69%-
XYZ55.3648.5628.65-
YUV186.1598.01169.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.85%
GREEN value IS 167 (65.62% from 255) = 30.70%
BLUE value IS 133 (52.34% from 255) = 24.45%
R=44.85%
G=30.70%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416713300.320.450.0418.3883.4673.92
HexF4A7850202D412534a
Octal36424720504055422123112
Binary11110100101001111000010101000001011011001001010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A785; }

 p { color: rgb(244,167,133); }

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

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

 a { background-color: rgb(244,167,133); }

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

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

 span { border-color: rgb(244,167,133); }

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