Html Css Color HEX #F0700B Mango Tango

📋 copy color: '#F0700B'

red 240 ◦ green 112 ◦ blue 11

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

Shades of Mango Tango #F0700B

Tints of Mango Tango #F0700B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 66.12%
G = 30.85%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0700B (or 0xF0700B) is known color: Mango Tango. HEX triplet: F0, 70 and 0B. RGB value is (240,112,11). Sum of RGB (Red+Green+Blue) = 240+112+11=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F0700B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0700B is #0F8FF4. Grayscale: #8B8B8B. Windows color (decimal): -1019893 or 749808. OLE color: 749808.

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

Color convert

RGB 240 112 11 -
CMYK 0 0.53 0.95 0.06
HSL 26.46º 0.91% 0.49% -
HSV(B) 26.46º 0.95% 0.94% -
XYZ 41.79 30.14 3.93 -
YUV 138.76 55.91 200.21 -
System Red Green Blue C M Y K H S L
Decimal 240 112 11 0 0.53 0.95 0.06 26.46 0.91 0.49
Hex F0 70 B 0 35 5F 6 1A 5B 31
Octal 360 160 13 0 65 137 6 32 133 61
Binary 11110000 1110000 1011 0 110101 1011111 110 11010 1011011 110001

Color Harmonies of #F0700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0700B

Black with #F0700B

Text Example


Text Example

White with #F0700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0700B; }

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

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

background-color css

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

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

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

border-color css

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

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

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