Html Css Color HEX #F0750C Mango Tango

📋 copy color: '#F0750C'

red 240 ◦ green 117 ◦ blue 12

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

Shades of Mango Tango #F0750C

Tints of Mango Tango #F0750C

RGB

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

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

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

R = 65.04%
G = 31.71%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0750C (or 0xF0750C) is known color: Mango Tango. HEX triplet: F0, 75 and 0C. RGB value is (240,117,12). Sum of RGB (Red+Green+Blue) = 240+117+12=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0750C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0750C is #0F8AF3. Grayscale: #8E8E8E. Windows color (decimal): -1018612 or 816624. OLE color: 816624.

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

Color convert

RGB 240 117 12 -
CMYK 0 0.51 0.95 0.06
HSL 27.63º 0.9% 0.49% -
HSV(B) 27.63º 0.95% 0.94% -
XYZ 42.36 31.27 4.15 -
YUV 141.81 54.75 198.04 -
System Red Green Blue C M Y K H S L
Decimal 240 117 12 0 0.51 0.95 0.06 27.63 0.9 0.49
Hex F0 75 C 0 33 5F 6 1C 5A 31
Octal 360 165 14 0 63 137 6 34 132 61
Binary 11110000 1110101 1100 0 110011 1011111 110 11100 1011010 110001

Color Harmonies of #F0750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0750C

Black with #F0750C

Text Example


Text Example

White with #F0750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0750C; }

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

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

background-color css

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

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

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

border-color css

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

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

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