Html Css Color HEX #F07401 Mango Tango

📋 copy color: '#F07401'

red 240 ◦ green 116 ◦ blue 1

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

Shades of Mango Tango #F07401

Tints of Mango Tango #F07401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

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

R = 67.23%
G = 32.49%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F07401 (or 0xF07401) is known color: Mango Tango. HEX triplet: F0, 74 and 01. RGB value is (240,116,1). Sum of RGB (Red+Green+Blue) = 240+116+1=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F07401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07401 is #0F8BFE. Grayscale: #8C8C8C. Windows color (decimal): -1018879 or 95472. OLE color: 95472.

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

Color convert

RGB 240 116 1 -
CMYK 0 0.52 1.00 0.06
HSL 28.87º 0.99% 0.47% -
HSV(B) 28.87º 1% 0.94% -
XYZ 42.19 31.02 3.79 -
YUV 139.97 49.58 199.35 -
System Red Green Blue C M Y K H S L
Decimal 240 116 1 0 0.52 1.00 0.06 28.87 0.99 0.47
Hex F0 74 1 0 34 64 6 1D 63 2F
Octal 360 164 1 0 64 144 6 35 143 57
Binary 11110000 1110100 1 0 110100 1100100 110 11101 1100011 101111

Color Harmonies of #F07401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07401

Black with #F07401

Text Example


Text Example

White with #F07401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07401; }

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

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

background-color css

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

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

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

border-color css

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

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

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