Html Css Color HEX #F07800 Mango Tango

📋 copy color: '#F07800'

red 240 ◦ green 120 ◦ blue 0

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

Shades of Mango Tango #F07800

Tints of Mango Tango #F07800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.33%

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

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F07800 (or 0xF07800) is known color: Mango Tango. HEX triplet: F0, 78 and 00. RGB value is (240,120,0). Sum of RGB (Red+Green+Blue) = 240+120+0=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F07800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07800 is #0F87FF. Grayscale: #8E8E8E. Windows color (decimal): -1017856 or 30960. OLE color: 30960.

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

Color convert

RGB 240 120 0 -
CMYK 0 0.5 1 0.06
HSL 30º 1% 0.47% -
HSV(B) 30º 1% 0.94% -
XYZ 42.65 31.96 3.92 -
YUV 142.2 47.76 197.76 -
System Red Green Blue C M Y K H S L
Decimal 240 120 0 0 0.5 1 0.06 30 1 0.47
Hex F0 78 0 0 32 64 6 1E 64 2F
Octal 360 170 0 0 62 144 6 36 144 57
Binary 11110000 1111000 0 0 110010 1100100 110 11110 1100100 101111

Color Harmonies of #F07800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07800

Black with #F07800

Text Example


Text Example

White with #F07800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07800; }

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

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

background-color css

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

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

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

border-color css

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

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

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