Html Css Color HEX #F07200 Mango Tango

📋 copy color: '#F07200'

red 240 ◦ green 114 ◦ blue 0

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

Shades of Mango Tango #F07200

Tints of Mango Tango #F07200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.8%
G = 32.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F07200 (or 0xF07200) is known color: Mango Tango. HEX triplet: F0, 72 and 00. RGB value is (240,114,0). Sum of RGB (Red+Green+Blue) = 240+114+0=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F07200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07200 is #0F8DFF. Grayscale: #8B8B8B. Windows color (decimal): -1019392 or 29424. OLE color: 29424.

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

Color convert

RGB 240 114 0 -
CMYK 0 0.52 1 0.06
HSL 28.5º 1% 0.47% -
HSV(B) 28.5º 1% 0.94% -
XYZ 41.95 30.56 3.69 -
YUV 138.68 49.74 200.27 -
System Red Green Blue C M Y K H S L
Decimal 240 114 0 0 0.52 1 0.06 28.5 1 0.47
Hex F0 72 0 0 34 64 6 1C 64 2F
Octal 360 162 0 0 64 144 6 34 144 57
Binary 11110000 1110010 0 0 110100 1100100 110 11100 1100100 101111

Color Harmonies of #F07200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07200

Black with #F07200

Text Example


Text Example

White with #F07200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07200; }

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

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

background-color css

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

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

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

border-color css

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

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

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