Shades of Dark Tangerine #F1A31E
Tints of Dark Tangerine #F1A31E
RGB
CMYK
RGB Variations
Color information
#F1A31E (or 0xF1A31E) is known color: Dark Tangerine. HEX triplet: F1, A3 and 1E. RGB value is (241,163,30). Sum of RGB (Red+Green+Blue) = 241+163+30=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A31E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A31E is #0E5CE1. Grayscale: #ABABAB. Windows color (decimal): -941282 or 2008049. OLE color: 2008049.
HSL color Cylindrical-coordinate representation of color #F1A31E: hue angle of 37.82º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1A31E is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 30 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.05 |
| HSL | 37.82º | 0.88% | 0.53% | - |
| HSV(B) | 37.82º | 0.88% | 0.95% | - |
| XYZ | 49.61 | 44.99 | 7.3 | - |
| YUV | 171.16 | 48.34 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 30 | 0 | 0.32 | 0.88 | 0.05 | 37.82 | 0.88 | 0.53 |
| Hex | F1 | A3 | 1E | 0 | 20 | 58 | 5 | 26 | 58 | 35 |
| Octal | 361 | 243 | 36 | 0 | 40 | 130 | 5 | 46 | 130 | 65 |
| Binary | 11110001 | 10100011 | 11110 | 0 | 100000 | 1011000 | 101 | 100110 | 1011000 | 110101 |
Color Harmonies of #F1A31E
Complementary color
Monochromatic Colors of #F1A31E
Black with #F1A31E
Text Example
Text Example
White with #F1A31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A31E; }
p { color: rgb(241,163,30); }
H1.HeaderClassName
{
color: #F1A31E;
}
.AnyTagClassName
{
color: #F1A31E;
}
</style>
background-color css
<style>
a { background-color: #F1A31E; }
a { background-color: rgb(241,163,30); }
div.DivClassName
{
background-color: #F1A31E;
}
.BgClassName
{
background-color: #F1A31E;
}
</style>
border-color css
<style>
span { border-color: #F1A31E; }
span { border-color: rgb(241,163,30); }
td.TdClassName
{
border-color: #F1A31E;
}
.TagClassName
{
border-color: #F1A31E;
}
</style>