Html Css Color HEX #F06C04 Mango Tango

📋 copy color: '#F06C04'

red 240 ◦ green 108 ◦ blue 4

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

Shades of Mango Tango #F06C04

Tints of Mango Tango #F06C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.68%

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 68.18%
G = 30.68%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F06C04 (or 0xF06C04) is known color: Mango Tango. HEX triplet: F0, 6C and 04. RGB value is (240,108,4). Sum of RGB (Red+Green+Blue) = 240+108+4=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06C04 is #0F93FB. Grayscale: #888888. Windows color (decimal): -1020924 or 290032. OLE color: 290032.

HSL color Cylindrical-coordinate representation of color #F06C04: hue angle of 26.44º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F06C04 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 108 4 -
CMYK 0 0.55 0.98 0.06
HSL 26.44º 0.97% 0.48% -
HSV(B) 26.44º 0.98% 0.94% -
XYZ 41.32 29.26 3.58 -
YUV 135.61 53.73 202.46 -
System Red Green Blue C M Y K H S L
Decimal 240 108 4 0 0.55 0.98 0.06 26.44 0.97 0.48
Hex F0 6C 4 0 37 62 6 1A 61 30
Octal 360 154 4 0 67 142 6 32 141 60
Binary 11110000 1101100 100 0 110111 1100010 110 11010 1100001 110000

Color Harmonies of #F06C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C04

Black with #F06C04

Text Example


Text Example

White with #F06C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C04; }

 p { color: rgb(240,108,4); }

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

background-color css

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

 a { background-color: rgb(240,108,4); }

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

border-color css

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

 span { border-color: rgb(240,108,4); }

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