Html Css Color HEX #F07A0E Mango Tango

📋 copy color: '#F07A0E'

red 240 ◦ green 122 ◦ blue 14

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

Shades of Mango Tango #F07A0E

Tints of Mango Tango #F07A0E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

 BLUE value IS 14 (5.86% from 255) = 3.72%

R = 63.83%
G = 32.45%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F07A0E (or 0xF07A0E) is known color: Mango Tango. HEX triplet: F0, 7A and 0E. RGB value is (240,122,14). Sum of RGB (Red+Green+Blue) = 240+122+14=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07A0E is #0F85F1. Grayscale: #919191. Windows color (decimal): -1017330 or 948976. OLE color: 948976.

HSL color Cylindrical-coordinate representation of color #F07A0E: hue angle of 28.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F07A0E is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 122 14 -
CMYK 0 0.49 0.94 0.06
HSL 28.67º 0.89% 0.5% -
HSV(B) 28.67º 0.94% 0.94% -
XYZ 42.97 32.48 4.42 -
YUV 144.97 54.09 195.78 -
System Red Green Blue C M Y K H S L
Decimal 240 122 14 0 0.49 0.94 0.06 28.67 0.89 0.5
Hex F0 7A E 0 31 5E 6 1D 59 32
Octal 360 172 16 0 61 136 6 35 131 62
Binary 11110000 1111010 1110 0 110001 1011110 110 11101 1011001 110010

Color Harmonies of #F07A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A0E

Black with #F07A0E

Text Example


Text Example

White with #F07A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A0E; }

 p { color: rgb(240,122,14); }

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

background-color css

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

 a { background-color: rgb(240,122,14); }

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

border-color css

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

 span { border-color: rgb(240,122,14); }

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