Html Css Color HEX #F0750E Mango Tango

📋 copy color: '#F0750E'

red 240 ◦ green 117 ◦ blue 14

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

Shades of Mango Tango #F0750E

Tints of Mango Tango #F0750E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.54%

 BLUE value IS 14 (5.86% from 255) = 3.77%

R = 64.69%
G = 31.54%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0750E (or 0xF0750E) is known color: Mango Tango. HEX triplet: F0, 75 and 0E. RGB value is (240,117,14). Sum of RGB (Red+Green+Blue) = 240+117+14=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0750E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0750E is #0F8AF1. Grayscale: #8E8E8E. Windows color (decimal): -1018610 or 947696. OLE color: 947696.

HSL color Cylindrical-coordinate representation of color #F0750E: hue angle of 27.35º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0750E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 14 -
CMYK 0 0.51 0.94 0.06
HSL 27.35º 0.89% 0.5% -
HSV(B) 27.35º 0.94% 0.94% -
XYZ 42.38 31.28 4.22 -
YUV 142.04 55.75 197.88 -
System Red Green Blue C M Y K H S L
Decimal 240 117 14 0 0.51 0.94 0.06 27.35 0.89 0.5
Hex F0 75 E 0 33 5E 6 1B 59 32
Octal 360 165 16 0 63 136 6 33 131 62
Binary 11110000 1110101 1110 0 110011 1011110 110 11011 1011001 110010

Color Harmonies of #F0750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0750E

Black with #F0750E

Text Example


Text Example

White with #F0750E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0750E; }

 p { color: rgb(240,117,14); }

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

background-color css

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

 a { background-color: rgb(240,117,14); }

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

border-color css

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

 span { border-color: rgb(240,117,14); }

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