#F4A784

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

Shades of Light Salmon #F4A784

Tints of Light Salmon #F4A784

Color information

#F4A784 (or 0xF4A784) is unknown color: approx Light Salmon. HEX triplet: F4, A7 and 84. RGB value is (244,167,132). Sum of RGB (Red+Green+Blue) = 244+167+132=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A784 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A784 is #0B587B. Grayscale: #BABABA. Windows color (decimal): -743548 or 8693748. OLE color: 8693748.

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

Color convert

RGB244167132-
CMYK00.320.460.04
HSL18.75º83.58%73.73%-
HSV(B)18.75º45.9%95.69%-
XYZ55.2948.5428.28-
YUV186.0397.51169.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.94%
GREEN value IS 167 (65.62% from 255) = 30.76%
BLUE value IS 132 (51.95% from 255) = 24.31%
R=44.94%
G=30.76%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416713200.320.460.0418.7583.5873.73
HexF4A7840202E413544a
Octal36424720404056423124112
Binary11110100101001111000010001000001011101001001110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A784; }

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

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

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

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

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

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

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

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