#F67205

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

Shades of Mango Tango #F67205

Tints of Mango Tango #F67205

Color information

#F67205 (or 0xF67205) is unknown color: approx Mango Tango. HEX triplet: F6, 72 and 05. RGB value is (246,114,5). Sum of RGB (Red+Green+Blue) = 246+114+5=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F67205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67205 is #098DFA. Grayscale: #8D8D8D. Windows color (decimal): -626171 or 357110. OLE color: 357110.

HSL color Cylindrical-coordinate representation of color #F67205: hue angle of 27.14º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F67205 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB2461145-
CMYK00.540.980.04
HSL27.14º96.02%49.22%-
HSV(B)27.14º97.97%96.47%-
XYZ44.0531.643.93-
YUV141.0451.23202.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 67.40%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 5 (2.34% from 255) = 1.37%
R=67.40%
G=31.23%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246114500.540.980.0427.1496.0249.22
HexF67250366241b6031
Octal366162506614243314061
Binary11110110111001010101101101100010100110111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67205; }

 p { color: rgb(246,114,5); }

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

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

 a { background-color: rgb(246,114,5); }

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

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

 span { border-color: rgb(246,114,5); }

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