Html Css Color HEX #F07A0B Mango Tango

📋 copy color: '#F07A0B'

red 240 ◦ green 122 ◦ blue 11

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

Shades of Mango Tango #F07A0B

Tints of Mango Tango #F07A0B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.71%

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

R = 64.34%
G = 32.71%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F07A0B (or 0xF07A0B) is known color: Mango Tango. HEX triplet: F0, 7A and 0B. RGB value is (240,122,11). Sum of RGB (Red+Green+Blue) = 240+122+11=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07A0B is #0F85F4. Grayscale: #919191. Windows color (decimal): -1017333 or 752368. OLE color: 752368.

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

Color convert

RGB 240 122 11 -
CMYK 0 0.49 0.95 0.06
HSL 29.08º 0.91% 0.49% -
HSV(B) 29.08º 0.95% 0.94% -
XYZ 42.96 32.47 4.32 -
YUV 144.63 52.59 196.03 -
System Red Green Blue C M Y K H S L
Decimal 240 122 11 0 0.49 0.95 0.06 29.08 0.91 0.49
Hex F0 7A B 0 31 5F 6 1D 5B 31
Octal 360 172 13 0 61 137 6 35 133 61
Binary 11110000 1111010 1011 0 110001 1011111 110 11101 1011011 110001

Color Harmonies of #F07A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A0B

Black with #F07A0B

Text Example


Text Example

White with #F07A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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