Html Css Color HEX #F0760A Mango Tango

📋 copy color: '#F0760A'

red 240 ◦ green 118 ◦ blue 10

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

Shades of Mango Tango #F0760A

Tints of Mango Tango #F0760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.07%

 BLUE value IS 10 (4.3% from 255) = 2.72%

R = 65.22%
G = 32.07%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0760A (or 0xF0760A) is known color: Mango Tango. HEX triplet: F0, 76 and 0A. RGB value is (240,118,10). Sum of RGB (Red+Green+Blue) = 240+118+10=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0760A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0760A is #0F89F5. Grayscale: #8E8E8E. Windows color (decimal): -1018358 or 685808. OLE color: 685808.

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

Color convert

RGB 240 118 10 -
CMYK 0 0.51 0.96 0.06
HSL 28.17º 0.92% 0.49% -
HSV(B) 28.17º 0.96% 0.94% -
XYZ 42.47 31.5 4.13 -
YUV 142.17 53.42 197.78 -
System Red Green Blue C M Y K H S L
Decimal 240 118 10 0 0.51 0.96 0.06 28.17 0.92 0.49
Hex F0 76 A 0 33 60 6 1C 5C 31
Octal 360 166 12 0 63 140 6 34 134 61
Binary 11110000 1110110 1010 0 110011 1100000 110 11100 1011100 110001

Color Harmonies of #F0760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0760A

Black with #F0760A

Text Example


Text Example

White with #F0760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0760A; }

 p { color: rgb(240,118,10); }

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

background-color css

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

 a { background-color: rgb(240,118,10); }

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

border-color css

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

 span { border-color: rgb(240,118,10); }

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