Html Css Color HEX #F06805 Mango Tango

📋 copy color: '#F06805'

red 240 ◦ green 104 ◦ blue 5

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

Shades of Mango Tango #F06805

Tints of Mango Tango #F06805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.8%

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

R = 68.77%
G = 29.8%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F06805 (or 0xF06805) is known color: Mango Tango. HEX triplet: F0, 68 and 05. RGB value is (240,104,5). Sum of RGB (Red+Green+Blue) = 240+104+5=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F06805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06805 is #0F97FA. Grayscale: #858585. Windows color (decimal): -1021947 or 354544. OLE color: 354544.

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

Color convert

RGB 240 104 5 -
CMYK 0 0.57 0.98 0.06
HSL 25.28º 0.96% 0.48% -
HSV(B) 25.28º 0.98% 0.94% -
XYZ 40.91 28.44 3.48 -
YUV 133.38 55.56 204.05 -
System Red Green Blue C M Y K H S L
Decimal 240 104 5 0 0.57 0.98 0.06 25.28 0.96 0.48
Hex F0 68 5 0 39 62 6 19 60 30
Octal 360 150 5 0 71 142 6 31 140 60
Binary 11110000 1101000 101 0 111001 1100010 110 11001 1100000 110000

Color Harmonies of #F06805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06805

Black with #F06805

Text Example


Text Example

White with #F06805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06805; }

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

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

background-color css

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

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

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

border-color css

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

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

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