Html Css Color HEX #F16C01 Mango Tango

📋 copy color: '#F16C01'

red 241 ◦ green 108 ◦ blue 1

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

Shades of Mango Tango #F16C01

Tints of Mango Tango #F16C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.86%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 68.86%
G = 30.86%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F16C01 (or 0xF16C01) is known color: Mango Tango. HEX triplet: F1, 6C and 01. RGB value is (241,108,1). Sum of RGB (Red+Green+Blue) = 241+108+1=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16C01 is #0E93FE. Grayscale: #888888. Windows color (decimal): -955391 or 93425. OLE color: 93425.

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

Color convert

RGB 241 108 1 -
CMYK 0 0.55 1.00 0.05
HSL 26.75º 0.99% 0.47% -
HSV(B) 26.75º 1% 0.95% -
XYZ 41.64 29.43 3.51 -
YUV 135.57 52.06 203.2 -
System Red Green Blue C M Y K H S L
Decimal 241 108 1 0 0.55 1.00 0.05 26.75 0.99 0.47
Hex F1 6C 1 0 37 64 5 1B 63 2F
Octal 361 154 1 0 67 144 5 33 143 57
Binary 11110001 1101100 1 0 110111 1100100 101 11011 1100011 101111

Color Harmonies of #F16C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C01

Black with #F16C01

Text Example


Text Example

White with #F16C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C01; }

 p { color: rgb(241,108,1); }

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

background-color css

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

 a { background-color: rgb(241,108,1); }

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

border-color css

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

 span { border-color: rgb(241,108,1); }

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