Html Css Color HEX #F06A04 Mango Tango

📋 copy color: '#F06A04'

red 240 ◦ green 106 ◦ blue 4

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

Shades of Mango Tango #F06A04

Tints of Mango Tango #F06A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

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

R = 68.57%
G = 30.29%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F06A04 (or 0xF06A04) is known color: Mango Tango. HEX triplet: F0, 6A and 04. RGB value is (240,106,4). Sum of RGB (Red+Green+Blue) = 240+106+4=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06A04 is #0F95FB. Grayscale: #868686. Windows color (decimal): -1021436 or 289520. OLE color: 289520.

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

Color convert

RGB 240 106 4 -
CMYK 0 0.56 0.98 0.06
HSL 25.93º 0.97% 0.48% -
HSV(B) 25.93º 0.98% 0.94% -
XYZ 41.11 28.84 3.52 -
YUV 134.44 54.39 203.29 -
System Red Green Blue C M Y K H S L
Decimal 240 106 4 0 0.56 0.98 0.06 25.93 0.97 0.48
Hex F0 6A 4 0 38 62 6 1A 61 30
Octal 360 152 4 0 70 142 6 32 141 60
Binary 11110000 1101010 100 0 111000 1100010 110 11010 1100001 110000

Color Harmonies of #F06A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A04

Black with #F06A04

Text Example


Text Example

White with #F06A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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