Shades of Dark Tangerine #F1A812
Tints of Dark Tangerine #F1A812
RGB
CMYK
RGB Variations
Color information
#F1A812 (or 0xF1A812) is known color: Dark Tangerine. HEX triplet: F1, A8 and 12. RGB value is (241,168,18). Sum of RGB (Red+Green+Blue) = 241+168+18=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A812 is #0E57ED. Grayscale: #ADADAD. Windows color (decimal): -940014 or 1222897. OLE color: 1222897.
HSL color Cylindrical-coordinate representation of color #F1A812: hue angle of 40.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1A812 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 18 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.05 |
| HSL | 40.36º | 0.89% | 0.51% | - |
| HSV(B) | 40.36º | 0.93% | 0.95% | - |
| XYZ | 50.39 | 46.75 | 6.94 | - |
| YUV | 172.73 | 40.68 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 18 | 0 | 0.30 | 0.93 | 0.05 | 40.36 | 0.89 | 0.51 |
| Hex | F1 | A8 | 12 | 0 | 1E | 5D | 5 | 28 | 59 | 33 |
| Octal | 361 | 250 | 22 | 0 | 36 | 135 | 5 | 50 | 131 | 63 |
| Binary | 11110001 | 10101000 | 10010 | 0 | 11110 | 1011101 | 101 | 101000 | 1011001 | 110011 |
Color Harmonies of #F1A812
Complementary color
Monochromatic Colors of #F1A812
Black with #F1A812
Text Example
Text Example
White with #F1A812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A812; }
p { color: rgb(241,168,18); }
H1.HeaderClassName
{
color: #F1A812;
}
.AnyTagClassName
{
color: #F1A812;
}
</style>
background-color css
<style>
a { background-color: #F1A812; }
a { background-color: rgb(241,168,18); }
div.DivClassName
{
background-color: #F1A812;
}
.BgClassName
{
background-color: #F1A812;
}
</style>
border-color css
<style>
span { border-color: #F1A812; }
span { border-color: rgb(241,168,18); }
td.TdClassName
{
border-color: #F1A812;
}
.TagClassName
{
border-color: #F1A812;
}
</style>