#F06901

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

Shades of Mango Tango #F06901

Tints of Mango Tango #F06901

Color information

#F06901 (or 0xF06901) is unknown color: approx Mango Tango. HEX triplet: F0, 69 and 01. RGB value is (240,105,1). Sum of RGB (Red+Green+Blue) = 240+105+1=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F06901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06901 is #0F96FE. Grayscale: #868686. Windows color (decimal): -1021695 or 92656. OLE color: 92656.

HSL color Cylindrical-coordinate representation of color #F06901: hue angle of 26.11º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F06901 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB2401051-
CMYK00.561.000.06
HSL26.11º99.17%47.25%-
HSV(B)26.11º99.58%94.12%-
XYZ40.9928.633.39-
YUV133.5153.23203.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 69.36%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=69.36%
G=30.35%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240105100.561.000.0626.1199.1747.25
HexF06910386461a632f
Octal360151107014463214357
Binary111100001101001101110001100100110110101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06901; }

 p { color: rgb(240,105,1); }

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

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

 a { background-color: rgb(240,105,1); }

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

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

 span { border-color: rgb(240,105,1); }

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