Html Css Color HEX #F07004 Mango Tango

📋 copy color: '#F07004'

red 240 ◦ green 112 ◦ blue 4

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

Shades of Mango Tango #F07004

Tints of Mango Tango #F07004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 67.42%
G = 31.46%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F07004 (or 0xF07004) is known color: Mango Tango. HEX triplet: F0, 70 and 04. RGB value is (240,112,4). Sum of RGB (Red+Green+Blue) = 240+112+4=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F07004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07004 is #0F8FFB. Grayscale: #8A8A8A. Windows color (decimal): -1019900 or 291056. OLE color: 291056.

HSL color Cylindrical-coordinate representation of color #F07004: hue angle of 27.46º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F07004 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 4 -
CMYK 0 0.53 0.98 0.06
HSL 27.46º 0.97% 0.48% -
HSV(B) 27.46º 0.98% 0.94% -
XYZ 41.75 30.12 3.73 -
YUV 137.96 52.41 200.78 -
System Red Green Blue C M Y K H S L
Decimal 240 112 4 0 0.53 0.98 0.06 27.46 0.97 0.48
Hex F0 70 4 0 35 62 6 1B 61 30
Octal 360 160 4 0 65 142 6 33 141 60
Binary 11110000 1110000 100 0 110101 1100010 110 11011 1100001 110000

Color Harmonies of #F07004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07004

Black with #F07004

Text Example


Text Example

White with #F07004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07004; }

 p { color: rgb(240,112,4); }

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

background-color css

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

 a { background-color: rgb(240,112,4); }

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

border-color css

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

 span { border-color: rgb(240,112,4); }

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