Html Css Color HEX #F07300 Mango Tango

📋 copy color: '#F07300'

red 240 ◦ green 115 ◦ blue 0

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

Shades of Mango Tango #F07300

Tints of Mango Tango #F07300

RGB

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

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

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

R = 67.61%
G = 32.39%
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

#F07300 (or 0xF07300) is known color: Mango Tango. HEX triplet: F0, 73 and 00. RGB value is (240,115,0). Sum of RGB (Red+Green+Blue) = 240+115+0=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F07300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07300 is #0F8CFF. Grayscale: #8B8B8B. Windows color (decimal): -1019136 or 29680. OLE color: 29680.

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

Color convert

RGB 240 115 0 -
CMYK 0 0.52 1 0.06
HSL 28.75º 1% 0.47% -
HSV(B) 28.75º 1% 0.94% -
XYZ 42.07 30.79 3.73 -
YUV 139.27 49.41 199.85 -
System Red Green Blue C M Y K H S L
Decimal 240 115 0 0 0.52 1 0.06 28.75 1 0.47
Hex F0 73 0 0 34 64 6 1D 64 2F
Octal 360 163 0 0 64 144 6 35 144 57
Binary 11110000 1110011 0 0 110100 1100100 110 11101 1100100 101111

Color Harmonies of #F07300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07300

Black with #F07300

Text Example


Text Example

White with #F07300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07300; }

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

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

background-color css

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

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

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

border-color css

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

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

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