Html Css Color HEX #F07400 Mango Tango

📋 copy color: '#F07400'

red 240 ◦ green 116 ◦ blue 0

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

Shades of Mango Tango #F07400

Tints of Mango Tango #F07400

RGB

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

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

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

R = 67.42%
G = 32.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F07400 (or 0xF07400) is known color: Mango Tango. HEX triplet: F0, 74 and 00. RGB value is (240,116,0). Sum of RGB (Red+Green+Blue) = 240+116+0=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F07400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07400 is #0F8BFF. Grayscale: #8C8C8C. Windows color (decimal): -1018880 or 29936. OLE color: 29936.

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

Color convert

RGB 240 116 0 -
CMYK 0 0.52 1 0.06
HSL 29º 1% 0.47% -
HSV(B) 29º 1% 0.94% -
XYZ 42.18 31.02 3.76 -
YUV 139.85 49.08 199.43 -
System Red Green Blue C M Y K H S L
Decimal 240 116 0 0 0.52 1 0.06 29 1 0.47
Hex F0 74 0 0 34 64 6 1D 64 2F
Octal 360 164 0 0 64 144 6 35 144 57
Binary 11110000 1110100 0 0 110100 1100100 110 11101 1100100 101111

Color Harmonies of #F07400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07400

Black with #F07400

Text Example


Text Example

White with #F07400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07400; }

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

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

background-color css

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

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

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

border-color css

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

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

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