Html Css Color HEX #F06700 Mango Tango

📋 copy color: '#F06700'

red 240 ◦ green 103 ◦ blue 0

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

Shades of Mango Tango #F06700

Tints of Mango Tango #F06700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

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

R = 69.97%
G = 30.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F06700 (or 0xF06700) is known color: Mango Tango. HEX triplet: F0, 67 and 00. RGB value is (240,103,0). Sum of RGB (Red+Green+Blue) = 240+103+0=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F06700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06700 is #0F98FF. Grayscale: #848484. Windows color (decimal): -1022208 or 26608. OLE color: 26608.

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

Color convert

RGB 240 103 0 -
CMYK 0 0.57 1 0.06
HSL 25.75º 1% 0.47% -
HSV(B) 25.75º 1% 0.94% -
XYZ 40.79 28.23 3.3 -
YUV 132.22 53.39 204.88 -
System Red Green Blue C M Y K H S L
Decimal 240 103 0 0 0.57 1 0.06 25.75 1 0.47
Hex F0 67 0 0 39 64 6 1A 64 2F
Octal 360 147 0 0 71 144 6 32 144 57
Binary 11110000 1100111 0 0 111001 1100100 110 11010 1100100 101111

Color Harmonies of #F06700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06700

Black with #F06700

Text Example


Text Example

White with #F06700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06700; }

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

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

background-color css

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

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

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

border-color css

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

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

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