Html Css Color HEX #F0720D Mango Tango

📋 copy color: '#F0720D'

red 240 ◦ green 114 ◦ blue 13

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

Shades of Mango Tango #F0720D

Tints of Mango Tango #F0720D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.54%

R = 65.4%
G = 31.06%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0720D (or 0xF0720D) is known color: Mango Tango. HEX triplet: F0, 72 and 0D. RGB value is (240,114,13). Sum of RGB (Red+Green+Blue) = 240+114+13=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0720D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0720D is #0F8DF2. Grayscale: #8C8C8C. Windows color (decimal): -1019379 or 881392. OLE color: 881392.

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

Color convert

RGB 240 114 13 -
CMYK 0 0.52 0.95 0.06
HSL 26.7º 0.9% 0.5% -
HSV(B) 26.7º 0.95% 0.94% -
XYZ 42.03 30.59 4.07 -
YUV 140.16 56.24 199.21 -
System Red Green Blue C M Y K H S L
Decimal 240 114 13 0 0.52 0.95 0.06 26.7 0.9 0.5
Hex F0 72 D 0 34 5F 6 1B 5A 32
Octal 360 162 15 0 64 137 6 33 132 62
Binary 11110000 1110010 1101 0 110100 1011111 110 11011 1011010 110010

Color Harmonies of #F0720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0720D

Black with #F0720D

Text Example


Text Example

White with #F0720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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