Html Css Color HEX #F06F00 Mango Tango

📋 copy color: '#F06F00'

red 240 ◦ green 111 ◦ blue 0

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

Shades of Mango Tango #F06F00

Tints of Mango Tango #F06F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.38%
G = 31.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F06F00 (or 0xF06F00) is known color: Mango Tango. HEX triplet: F0, 6F and 00. RGB value is (240,111,0). Sum of RGB (Red+Green+Blue) = 240+111+0=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06F00 is #0F90FF. Grayscale: #898989. Windows color (decimal): -1020160 or 28656. OLE color: 28656.

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

Color convert

RGB 240 111 0 -
CMYK 0 0.54 1 0.06
HSL 27.75º 1% 0.47% -
HSV(B) 27.75º 1% 0.94% -
XYZ 41.62 29.89 3.58 -
YUV 136.92 50.74 201.53 -
System Red Green Blue C M Y K H S L
Decimal 240 111 0 0 0.54 1 0.06 27.75 1 0.47
Hex F0 6F 0 0 36 64 6 1C 64 2F
Octal 360 157 0 0 66 144 6 34 144 57
Binary 11110000 1101111 0 0 110110 1100100 110 11100 1100100 101111

Color Harmonies of #F06F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F00

Black with #F06F00

Text Example


Text Example

White with #F06F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F00; }

 p { color: rgb(240,111,0); }

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

background-color css

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

 a { background-color: rgb(240,111,0); }

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

border-color css

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

 span { border-color: rgb(240,111,0); }

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