#F06905

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

Shades of Mango Tango #F06905

Tints of Mango Tango #F06905

Color information

#F06905 (or 0xF06905) is unknown color: approx Mango Tango. HEX triplet: F0, 69 and 05. RGB value is (240,105,5). Sum of RGB (Red+Green+Blue) = 240+105+5=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F06905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06905 is #0F96FA. Grayscale: #868686. Windows color (decimal): -1021691 or 354800. OLE color: 354800.

HSL color Cylindrical-coordinate representation of color #F06905: hue angle of 25.53º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F06905 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB2401055-
CMYK00.560.980.06
HSL25.53º95.92%48.04%-
HSV(B)25.53º97.92%94.12%-
XYZ41.0128.643.51-
YUV133.9655.23203.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 68.57%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 5 (2.34% from 255) = 1.43%
R=68.57%
G=30%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240105500.560.980.0625.5395.9248.04
HexF06950386261a6030
Octal360151507014263214060
Binary11110000110100110101110001100010110110101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06905; }

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

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

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

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

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

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

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

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