#F26C06

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

Shades of Mango Tango #F26C06

Tints of Mango Tango #F26C06

Color information

#F26C06 (or 0xF26C06) is unknown color: approx Mango Tango. HEX triplet: F2, 6C and 06. RGB value is (242,108,6). Sum of RGB (Red+Green+Blue) = 242+108+6=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26C06 is #0D93F9. Grayscale: #888888. Windows color (decimal): -889850 or 421106. OLE color: 421106.

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

Color convert

RGB2421086-
CMYK00.550.980.05
HSL25.93º95.16%48.63%-
HSV(B)25.93º97.52%94.9%-
XYZ42.0129.623.67-
YUV136.4454.39203.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 67.98%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 6 (2.73% from 255) = 1.69%
R=67.98%
G=30.34%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242108600.550.980.0525.9395.1648.63
HexF26C60376251a5f31
Octal362154606714253213761
Binary11110010110110011001101111100010101110101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26C06; }

 p { color: rgb(242,108,6); }

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

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

 a { background-color: rgb(242,108,6); }

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

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

 span { border-color: rgb(242,108,6); }

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