Html Css Color HEX #F07306 Mango Tango

📋 copy color: '#F07306'

red 240 ◦ green 115 ◦ blue 6

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

Shades of Mango Tango #F07306

Tints of Mango Tango #F07306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

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

R = 66.48%
G = 31.86%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F07306 (or 0xF07306) is known color: Mango Tango. HEX triplet: F0, 73 and 06. RGB value is (240,115,6). Sum of RGB (Red+Green+Blue) = 240+115+6=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F07306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07306 is #0F8CF9. Grayscale: #8C8C8C. Windows color (decimal): -1019130 or 422896. OLE color: 422896.

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

Color convert

RGB 240 115 6 -
CMYK 0 0.52 0.98 0.06
HSL 27.95º 0.95% 0.48% -
HSV(B) 27.95º 0.98% 0.94% -
XYZ 42.1 30.8 3.9 -
YUV 139.95 52.41 199.36 -
System Red Green Blue C M Y K H S L
Decimal 240 115 6 0 0.52 0.98 0.06 27.95 0.95 0.48
Hex F0 73 6 0 34 62 6 1C 5F 30
Octal 360 163 6 0 64 142 6 34 137 60
Binary 11110000 1110011 110 0 110100 1100010 110 11100 1011111 110000

Color Harmonies of #F07306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07306

Black with #F07306

Text Example


Text Example

White with #F07306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07306; }

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

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

background-color css

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

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

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

border-color css

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

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

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