Html Css Color HEX #F06A05 Mango Tango

📋 copy color: '#F06A05'

red 240 ◦ green 106 ◦ blue 5

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

Shades of Mango Tango #F06A05

Tints of Mango Tango #F06A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 68.38%
G = 30.2%
B = 1.42%

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

#F06A05 (or 0xF06A05) is known color: Mango Tango. HEX triplet: F0, 6A and 05. RGB value is (240,106,5). Sum of RGB (Red+Green+Blue) = 240+106+5=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06A05 is #0F95FA. Grayscale: #878787. Windows color (decimal): -1021435 or 355056. OLE color: 355056.

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

Color convert

RGB 240 106 5 -
CMYK 0 0.56 0.98 0.06
HSL 25.79º 0.96% 0.48% -
HSV(B) 25.79º 0.98% 0.94% -
XYZ 41.12 28.84 3.54 -
YUV 134.55 54.89 203.21 -
System Red Green Blue C M Y K H S L
Decimal 240 106 5 0 0.56 0.98 0.06 25.79 0.96 0.48
Hex F0 6A 5 0 38 62 6 1A 60 30
Octal 360 152 5 0 70 142 6 32 140 60
Binary 11110000 1101010 101 0 111000 1100010 110 11010 1100000 110000

Color Harmonies of #F06A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A05

Black with #F06A05

Text Example


Text Example

White with #F06A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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