Html Css Color HEX #F0720A Mango Tango

📋 copy color: '#F0720A'

red 240 ◦ green 114 ◦ blue 10

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

Shades of Mango Tango #F0720A

Tints of Mango Tango #F0720A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.32%

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 65.93%
G = 31.32%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0720A (or 0xF0720A) is known color: Mango Tango. HEX triplet: F0, 72 and 0A. RGB value is (240,114,10). Sum of RGB (Red+Green+Blue) = 240+114+10=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F0720A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0720A is #0F8DF5. Grayscale: #8C8C8C. Windows color (decimal): -1019382 or 684784. OLE color: 684784.

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

Color convert

RGB 240 114 10 -
CMYK 0 0.52 0.96 0.06
HSL 27.13º 0.92% 0.49% -
HSV(B) 27.13º 0.96% 0.94% -
XYZ 42.01 30.58 3.98 -
YUV 139.82 54.74 199.46 -
System Red Green Blue C M Y K H S L
Decimal 240 114 10 0 0.52 0.96 0.06 27.13 0.92 0.49
Hex F0 72 A 0 34 60 6 1B 5C 31
Octal 360 162 12 0 64 140 6 33 134 61
Binary 11110000 1110010 1010 0 110100 1100000 110 11011 1011100 110001

Color Harmonies of #F0720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0720A

Black with #F0720A

Text Example


Text Example

White with #F0720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0720A; }

 p { color: rgb(240,114,10); }

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

background-color css

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

 a { background-color: rgb(240,114,10); }

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

border-color css

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

 span { border-color: rgb(240,114,10); }

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