Html Css Color HEX #F07601 Mango Tango

📋 copy color: '#F07601'

red 240 ◦ green 118 ◦ blue 1

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

Shades of Mango Tango #F07601

Tints of Mango Tango #F07601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

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

R = 66.85%
G = 32.87%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F07601 (or 0xF07601) is known color: Mango Tango. HEX triplet: F0, 76 and 01. RGB value is (240,118,1). Sum of RGB (Red+Green+Blue) = 240+118+1=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F07601 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07601 is #0F89FE. Grayscale: #8D8D8D. Windows color (decimal): -1018367 or 95984. OLE color: 95984.

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

Color convert

RGB 240 118 1 -
CMYK 0 0.51 1.00 0.06
HSL 29.37º 0.99% 0.47% -
HSV(B) 29.37º 1% 0.94% -
XYZ 42.42 31.48 3.87 -
YUV 141.14 48.92 198.51 -
System Red Green Blue C M Y K H S L
Decimal 240 118 1 0 0.51 1.00 0.06 29.37 0.99 0.47
Hex F0 76 1 0 33 64 6 1D 63 2F
Octal 360 166 1 0 63 144 6 35 143 57
Binary 11110000 1110110 1 0 110011 1100100 110 11101 1100011 101111

Color Harmonies of #F07601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07601

Black with #F07601

Text Example


Text Example

White with #F07601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07601; }

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

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

background-color css

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

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

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

border-color css

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

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

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