Html Css Color HEX #F16B0C Mango Tango

📋 copy color: '#F16B0C'

red 241 ◦ green 107 ◦ blue 12

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

Shades of Mango Tango #F16B0C

Tints of Mango Tango #F16B0C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.72%

 BLUE value IS 12 (5.08% from 255) = 3.33%

R = 66.94%
G = 29.72%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F16B0C (or 0xF16B0C) is known color: Mango Tango. HEX triplet: F1, 6B and 0C. RGB value is (241,107,12). Sum of RGB (Red+Green+Blue) = 241+107+12=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16B0C is #0E94F3. Grayscale: #888888. Windows color (decimal): -955636 or 814065. OLE color: 814065.

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

Color convert

RGB 241 107 12 -
CMYK 0 0.56 0.95 0.05
HSL 24.89º 0.91% 0.5% -
HSV(B) 24.89º 0.95% 0.95% -
XYZ 41.6 29.24 3.8 -
YUV 136.24 57.89 202.72 -
System Red Green Blue C M Y K H S L
Decimal 241 107 12 0 0.56 0.95 0.05 24.89 0.91 0.5
Hex F1 6B C 0 38 5F 5 19 5B 32
Octal 361 153 14 0 70 137 5 31 133 62
Binary 11110001 1101011 1100 0 111000 1011111 101 11001 1011011 110010

Color Harmonies of #F16B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B0C

Black with #F16B0C

Text Example


Text Example

White with #F16B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B0C; }

 p { color: rgb(241,107,12); }

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

background-color css

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

 a { background-color: rgb(241,107,12); }

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

border-color css

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

 span { border-color: rgb(241,107,12); }

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