#f4a37f

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

Shades of Light Salmon #F4A37F

Tints of Light Salmon #F4A37F

Color information

#F4A37F (or 0xF4A37F) is unknown color: approx Light Salmon. HEX triplet: F4, A3 and 7F. RGB value is (244,163,127). Sum of RGB (Red+Green+Blue) = 244+163+127=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A37F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A37F is #0B5C80. Grayscale: #B7B7B7. Windows color (decimal): -744577 or 8365044. OLE color: 8365044.

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

Color convert

RGB244163127-
CMYK00.330.480.04
HSL18.46º84.17%72.75%-
HSV(B)18.46º47.95%95.69%-
XYZ54.2446.9626.28-
YUV183.1296.34171.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.69%
GREEN value IS 163 (64.06% from 255) = 30.52%
BLUE value IS 127 (50% from 255) = 23.78%
R=45.69%
G=30.52%
B=23.78%

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
Decimal24416312700.330.480.0418.4684.1772.75
HexF4A37F021304125449
Octal36424317704160422124111
Binary1111010010100011111111101000011100001001001010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4a37f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4a37f; }

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

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

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

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

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

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

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

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