Html Css Color HEX #F07100 Mango Tango

📋 copy color: '#F07100'

red 240 ◦ green 113 ◦ blue 0

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

Shades of Mango Tango #F07100

Tints of Mango Tango #F07100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.01%

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

R = 67.99%
G = 32.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F07100 (or 0xF07100) is known color: Mango Tango. HEX triplet: F0, 71 and 00. RGB value is (240,113,0). Sum of RGB (Red+Green+Blue) = 240+113+0=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F07100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07100 is #0F8EFF. Grayscale: #8A8A8A. Windows color (decimal): -1019648 or 29168. OLE color: 29168.

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

Color convert

RGB 240 113 0 -
CMYK 0 0.53 1 0.06
HSL 28.25º 1% 0.47% -
HSV(B) 28.25º 1% 0.94% -
XYZ 41.84 30.34 3.65 -
YUV 138.09 50.08 200.69 -
System Red Green Blue C M Y K H S L
Decimal 240 113 0 0 0.53 1 0.06 28.25 1 0.47
Hex F0 71 0 0 35 64 6 1C 64 2F
Octal 360 161 0 0 65 144 6 34 144 57
Binary 11110000 1110001 0 0 110101 1100100 110 11100 1100100 101111

Color Harmonies of #F07100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07100

Black with #F07100

Text Example


Text Example

White with #F07100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07100; }

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

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

background-color css

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

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

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

border-color css

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

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

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