Html Css Color HEX #F0740C Mango Tango

📋 copy color: '#F0740C'

red 240 ◦ green 116 ◦ blue 12

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

Shades of Mango Tango #F0740C

Tints of Mango Tango #F0740C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.26%

R = 65.22%
G = 31.52%
B = 3.26%

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

#F0740C (or 0xF0740C) is known color: Mango Tango. HEX triplet: F0, 74 and 0C. RGB value is (240,116,12). Sum of RGB (Red+Green+Blue) = 240+116+12=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0740C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0740C is #0F8BF3. Grayscale: #8D8D8D. Windows color (decimal): -1018868 or 816368. OLE color: 816368.

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

Color convert

RGB 240 116 12 -
CMYK 0 0.52 0.95 0.06
HSL 27.37º 0.9% 0.49% -
HSV(B) 27.37º 0.95% 0.94% -
XYZ 42.25 31.04 4.11 -
YUV 141.22 55.08 198.46 -
System Red Green Blue C M Y K H S L
Decimal 240 116 12 0 0.52 0.95 0.06 27.37 0.9 0.49
Hex F0 74 C 0 34 5F 6 1B 5A 31
Octal 360 164 14 0 64 137 6 33 132 61
Binary 11110000 1110100 1100 0 110100 1011111 110 11011 1011010 110001

Color Harmonies of #F0740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0740C

Black with #F0740C

Text Example


Text Example

White with #F0740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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