Html Css Color HEX #F57200 Mango Tango

📋 copy color: '#F57200'

red 245 ◦ green 114 ◦ blue 0

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

Shades of Mango Tango #F57200

Tints of Mango Tango #F57200

RGB

 RED value IS 245 (96.09% from 255) = 68.25%

 GREEN value IS 114 (44.92% from 255) = 31.75%

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

R = 68.25%
G = 31.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F57200 (or 0xF57200) is known color: Mango Tango. HEX triplet: F5, 72 and 00. RGB value is (245,114,0). Sum of RGB (Red+Green+Blue) = 245+114+0=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F57200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57200 is #0A8DFF. Grayscale: #8C8C8C. Windows color (decimal): -691712 or 29429. OLE color: 29429.

HSL color Cylindrical-coordinate representation of color #F57200: hue angle of 27.92º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F57200 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 114 0 -
CMYK 0 0.53 1 0.04
HSL 27.92º 1% 0.48% -
HSV(B) 27.92º 1% 0.96% -
XYZ 43.67 31.45 3.77 -
YUV 140.17 48.9 202.77 -
System Red Green Blue C M Y K H S L
Decimal 245 114 0 0 0.53 1 0.04 27.92 1 0.48
Hex F5 72 0 0 35 64 4 1C 64 30
Octal 365 162 0 0 65 144 4 34 144 60
Binary 11110101 1110010 0 0 110101 1100100 100 11100 1100100 110000

Color Harmonies of #F57200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57200

Black with #F57200

Text Example


Text Example

White with #F57200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57200; }

 p { color: rgb(245,114,0); }

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

background-color css

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

 a { background-color: rgb(245,114,0); }

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

border-color css

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

 span { border-color: rgb(245,114,0); }

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