Html Css Color HEX #F0740B Mango Tango

📋 copy color: '#F0740B'

red 240 ◦ green 116 ◦ blue 11

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

Shades of Mango Tango #F0740B

Tints of Mango Tango #F0740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.61%

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

R = 65.4%
G = 31.61%
B = 3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0740B (or 0xF0740B) is known color: Mango Tango. HEX triplet: F0, 74 and 0B. RGB value is (240,116,11). Sum of RGB (Red+Green+Blue) = 240+116+11=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0740B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0740B is #0F8BF4. Grayscale: #8D8D8D. Windows color (decimal): -1018869 or 750832. OLE color: 750832.

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

Color convert

RGB 240 116 11 -
CMYK 0 0.52 0.95 0.06
HSL 27.51º 0.91% 0.49% -
HSV(B) 27.51º 0.95% 0.94% -
XYZ 42.24 31.04 4.08 -
YUV 141.11 54.58 198.54 -
System Red Green Blue C M Y K H S L
Decimal 240 116 11 0 0.52 0.95 0.06 27.51 0.91 0.49
Hex F0 74 B 0 34 5F 6 1C 5B 31
Octal 360 164 13 0 64 137 6 34 133 61
Binary 11110000 1110100 1011 0 110100 1011111 110 11100 1011011 110001

Color Harmonies of #F0740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0740B

Black with #F0740B

Text Example


Text Example

White with #F0740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0740B; }

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

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

background-color css

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

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

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

border-color css

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

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

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