Html Css Color HEX #F0770C Mango Tango

📋 copy color: '#F0770C'

red 240 ◦ green 119 ◦ blue 12

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

Shades of Mango Tango #F0770C

Tints of Mango Tango #F0770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

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

R = 64.69%
G = 32.08%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0770C (or 0xF0770C) is known color: Mango Tango. HEX triplet: F0, 77 and 0C. RGB value is (240,119,12). Sum of RGB (Red+Green+Blue) = 240+119+12=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0770C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0770C is #0F88F3. Grayscale: #8F8F8F. Windows color (decimal): -1018100 or 817136. OLE color: 817136.

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

Color convert

RGB 240 119 12 -
CMYK 0 0.50 0.95 0.06
HSL 28.16º 0.9% 0.49% -
HSV(B) 28.16º 0.95% 0.94% -
XYZ 42.6 31.75 4.23 -
YUV 142.98 54.09 197.2 -
System Red Green Blue C M Y K H S L
Decimal 240 119 12 0 0.50 0.95 0.06 28.16 0.9 0.49
Hex F0 77 C 0 32 5F 6 1C 5A 31
Octal 360 167 14 0 62 137 6 34 132 61
Binary 11110000 1110111 1100 0 110010 1011111 110 11100 1011010 110001

Color Harmonies of #F0770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0770C

Black with #F0770C

Text Example


Text Example

White with #F0770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0770C; }

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

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

background-color css

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

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

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

border-color css

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

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

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