Html Css Color HEX #F06802 Mango Tango

📋 copy color: '#F06802'

red 240 ◦ green 104 ◦ blue 2

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

Shades of Mango Tango #F06802

Tints of Mango Tango #F06802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 69.36%
G = 30.06%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F06802 (or 0xF06802) is known color: Mango Tango. HEX triplet: F0, 68 and 02. RGB value is (240,104,2). Sum of RGB (Red+Green+Blue) = 240+104+2=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F06802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06802 is #0F97FD. Grayscale: #858585. Windows color (decimal): -1021950 or 157936. OLE color: 157936.

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

Color convert

RGB 240 104 2 -
CMYK 0 0.57 0.99 0.06
HSL 25.71º 0.98% 0.47% -
HSV(B) 25.71º 0.99% 0.94% -
XYZ 40.9 28.43 3.39 -
YUV 133.04 54.06 204.29 -
System Red Green Blue C M Y K H S L
Decimal 240 104 2 0 0.57 0.99 0.06 25.71 0.98 0.47
Hex F0 68 2 0 39 63 6 1A 62 2F
Octal 360 150 2 0 71 143 6 32 142 57
Binary 11110000 1101000 10 0 111001 1100011 110 11010 1100010 101111

Color Harmonies of #F06802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06802

Black with #F06802

Text Example


Text Example

White with #F06802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06802; }

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

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

background-color css

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

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

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

border-color css

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

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

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