Html Css Color HEX #F07701 Mango Tango

📋 copy color: '#F07701'

red 240 ◦ green 119 ◦ blue 1

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

Shades of Mango Tango #F07701

Tints of Mango Tango #F07701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 66.67%
G = 33.06%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F07701 (or 0xF07701) is known color: Mango Tango. HEX triplet: F0, 77 and 01. RGB value is (240,119,1). Sum of RGB (Red+Green+Blue) = 240+119+1=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F07701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07701 is #0F88FE. Grayscale: #8E8E8E. Windows color (decimal): -1018111 or 96240. OLE color: 96240.

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

Color convert

RGB 240 119 1 -
CMYK 0 0.50 1.00 0.06
HSL 29.62º 0.99% 0.47% -
HSV(B) 29.62º 1% 0.94% -
XYZ 42.54 31.72 3.91 -
YUV 141.73 48.59 198.09 -
System Red Green Blue C M Y K H S L
Decimal 240 119 1 0 0.50 1.00 0.06 29.62 0.99 0.47
Hex F0 77 1 0 32 64 6 1E 63 2F
Octal 360 167 1 0 62 144 6 36 143 57
Binary 11110000 1110111 1 0 110010 1100100 110 11110 1100011 101111

Color Harmonies of #F07701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07701

Black with #F07701

Text Example


Text Example

White with #F07701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07701; }

 p { color: rgb(240,119,1); }

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

background-color css

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

 a { background-color: rgb(240,119,1); }

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

border-color css

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

 span { border-color: rgb(240,119,1); }

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