#f47301

Color #F47301 Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #F47301

Tints of Mango Tango #F47301

Color information

#F47301 (or 0xF47301) is unknown color: approx Mango Tango. HEX triplet: F4, 73 and 01. RGB value is (244,115,1). Sum of RGB (Red+Green+Blue) = 244+115+1=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F47301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47301 is #0B8CFE. Grayscale: #8D8D8D. Windows color (decimal): -756991 or 95220. OLE color: 95220.

HSL color Cylindrical-coordinate representation of color #F47301: hue angle of 28.15º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F47301 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB2441151-
CMYK00.531.000.04
HSL28.15º99.18%48.04%-
HSV(B)28.15º99.59%95.69%-
XYZ43.4431.53.82-
YUV140.5849.24201.77-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 67.78%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=67.78%
G=31.94%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244115100.531.000.0428.1599.1848.04
HexF47310356441c6330
Octal364163106514443414360
Binary111101001110011101101011100100100111001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f47301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f47301; }

 p { color: rgb(244,115,1); }

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

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

 a { background-color: rgb(244,115,1); }

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

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

 span { border-color: rgb(244,115,1); }

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