Html Css Color HEX #F16D00 Mango Tango

📋 copy color: '#F16D00'

red 241 ◦ green 109 ◦ blue 0

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

Shades of Mango Tango #F16D00

Tints of Mango Tango #F16D00

RGB

 RED value IS 241 (94.53% from 255) = 68.86%

 GREEN value IS 109 (42.97% from 255) = 31.14%

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

R = 68.86%
G = 31.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F16D00 (or 0xF16D00) is known color: Mango Tango. HEX triplet: F1, 6D and 00. RGB value is (241,109,0). Sum of RGB (Red+Green+Blue) = 241+109+0=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16D00 is #0E92FF. Grayscale: #888888. Windows color (decimal): -955136 or 28145. OLE color: 28145.

HSL color Cylindrical-coordinate representation of color #F16D00: hue angle of 27.14º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F16D00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 109 0 -
CMYK 0 0.55 1 0.05
HSL 27.14º 1% 0.47% -
HSV(B) 27.14º 1% 0.95% -
XYZ 41.74 29.64 3.52 -
YUV 136.04 51.23 202.86 -
System Red Green Blue C M Y K H S L
Decimal 241 109 0 0 0.55 1 0.05 27.14 1 0.47
Hex F1 6D 0 0 37 64 5 1B 64 2F
Octal 361 155 0 0 67 144 5 33 144 57
Binary 11110001 1101101 0 0 110111 1100100 101 11011 1100100 101111

Color Harmonies of #F16D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16D00

Black with #F16D00

Text Example


Text Example

White with #F16D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16D00; }

 p { color: rgb(241,109,0); }

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

background-color css

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

 a { background-color: rgb(241,109,0); }

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

border-color css

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

 span { border-color: rgb(241,109,0); }

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