Html Css Color HEX #F57206 Mango Tango

📋 copy color: '#F57206'

red 245 ◦ green 114 ◦ blue 6

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

Shades of Mango Tango #F57206

Tints of Mango Tango #F57206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.64%

R = 67.12%
G = 31.23%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F57206 (or 0xF57206) is known color: Mango Tango. HEX triplet: F5, 72 and 06. RGB value is (245,114,6). Sum of RGB (Red+Green+Blue) = 245+114+6=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F57206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57206 is #0A8DF9. Grayscale: #8D8D8D. Windows color (decimal): -691706 or 422645. OLE color: 422645.

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

Color convert

RGB 245 114 6 -
CMYK 0 0.53 0.98 0.04
HSL 27.11º 0.95% 0.49% -
HSV(B) 27.11º 0.98% 0.96% -
XYZ 43.71 31.46 3.94 -
YUV 140.86 51.9 202.28 -
System Red Green Blue C M Y K H S L
Decimal 245 114 6 0 0.53 0.98 0.04 27.11 0.95 0.49
Hex F5 72 6 0 35 62 4 1B 5F 31
Octal 365 162 6 0 65 142 4 33 137 61
Binary 11110101 1110010 110 0 110101 1100010 100 11011 1011111 110001

Color Harmonies of #F57206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57206

Black with #F57206

Text Example


Text Example

White with #F57206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57206; }

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

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

background-color css

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

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

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

border-color css

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

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

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