Html Css Color HEX #F07506 Mango Tango

📋 copy color: '#F07506'

red 240 ◦ green 117 ◦ blue 6

#F07506
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mango Tango #F07506

Tints of Mango Tango #F07506

RGB

 RED value IS 240 (94.14% from 255) = 66.12%

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 6 (2.73% from 255) = 1.65%

R = 66.12%
G = 32.23%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F07506 (or 0xF07506) is known color: Mango Tango. HEX triplet: F0, 75 and 06. RGB value is (240,117,6). Sum of RGB (Red+Green+Blue) = 240+117+6=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F07506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07506 is #0F8AF9. Grayscale: #8D8D8D. Windows color (decimal): -1018618 or 423408. OLE color: 423408.

HSL color Cylindrical-coordinate representation of color #F07506: hue angle of 28.46º degrees, saturation: 0.95, 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 #F07506 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 6 -
CMYK 0 0.51 0.98 0.06
HSL 28.46º 0.95% 0.48% -
HSV(B) 28.46º 0.98% 0.94% -
XYZ 42.33 31.26 3.98 -
YUV 141.12 51.75 198.53 -
System Red Green Blue C M Y K H S L
Decimal 240 117 6 0 0.51 0.98 0.06 28.46 0.95 0.48
Hex F0 75 6 0 33 62 6 1C 5F 30
Octal 360 165 6 0 63 142 6 34 137 60
Binary 11110000 1110101 110 0 110011 1100010 110 11100 1011111 110000

Color Harmonies of #F07506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07506

Black with #F07506

Text Example


Text Example

White with #F07506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07506; }

 p { color: rgb(240,117,6); }

 H1.HeaderClassName
 {
   color: #F07506;
 }
 .AnyTagClassName
 {
   color: #F07506;
 }
</style>

background-color css

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

 a { background-color: rgb(240,117,6); }

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

border-color css

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

 span { border-color: rgb(240,117,6); }

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