Html Css Color HEX #F0730B Mango Tango

📋 copy color: '#F0730B'

red 240 ◦ green 115 ◦ blue 11

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

Shades of Mango Tango #F0730B

Tints of Mango Tango #F0730B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.42%

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

R = 65.57%
G = 31.42%
B = 3.01%

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

#F0730B (or 0xF0730B) is known color: Mango Tango. HEX triplet: F0, 73 and 0B. RGB value is (240,115,11). Sum of RGB (Red+Green+Blue) = 240+115+11=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0730B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0730B is #0F8CF4. Grayscale: #8D8D8D. Windows color (decimal): -1019125 or 750576. OLE color: 750576.

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

Color convert

RGB 240 115 11 -
CMYK 0 0.52 0.95 0.06
HSL 27.25º 0.91% 0.49% -
HSV(B) 27.25º 0.95% 0.94% -
XYZ 42.13 30.81 4.04 -
YUV 140.52 54.91 198.96 -
System Red Green Blue C M Y K H S L
Decimal 240 115 11 0 0.52 0.95 0.06 27.25 0.91 0.49
Hex F0 73 B 0 34 5F 6 1B 5B 31
Octal 360 163 13 0 64 137 6 33 133 61
Binary 11110000 1110011 1011 0 110100 1011111 110 11011 1011011 110001

Color Harmonies of #F0730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0730B

Black with #F0730B

Text Example


Text Example

White with #F0730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0730B; }

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

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

background-color css

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

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

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

border-color css

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

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

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