#F4A07A

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

Shades of Light Salmon #F4A07A

Tints of Light Salmon #F4A07A

Color information

#F4A07A (or 0xF4A07A) is unknown color: approx Light Salmon. HEX triplet: F4, A0 and 7A. RGB value is (244,160,122). Sum of RGB (Red+Green+Blue) = 244+160+122=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A07A is #0B5F85. Grayscale: #B5B5B5. Windows color (decimal): -745350 or 8036596. OLE color: 8036596.

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

Color convert

RGB244160122-
CMYK00.340.50.04
HSL18.69º84.72%71.76%-
HSV(B)18.69º50%95.69%-
XYZ53.3945.7824.43-
YUV180.7894.83173.09-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.39%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 122 (48.05% from 255) = 23.19%
R=46.39%
G=30.42%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.5
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416012200.340.50.0418.6984.7271.76
HexF4A07A022324135548
Octal36424017204262423125110
Binary1111010010100000111101001000101100101001001110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A07A; }

 p { color: rgb(244,160,122); }

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

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

 a { background-color: rgb(244,160,122); }

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

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

 span { border-color: rgb(244,160,122); }

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