Shades of Dark Tangerine #F1A818
Tints of Dark Tangerine #F1A818
RGB
CMYK
RGB Variations
Color information
#F1A818 (or 0xF1A818) is known color: Dark Tangerine. HEX triplet: F1, A8 and 18. RGB value is (241,168,24). Sum of RGB (Red+Green+Blue) = 241+168+24=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A818 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A818 is #0E57E7. Grayscale: #AEAEAE. Windows color (decimal): -940008 or 1616113. OLE color: 1616113.
HSL color Cylindrical-coordinate representation of color #F1A818: hue angle of 39.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1A818 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 24 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.05 |
| HSL | 39.82º | 0.89% | 0.52% | - |
| HSV(B) | 39.82º | 0.9% | 0.95% | - |
| XYZ | 50.44 | 46.77 | 7.23 | - |
| YUV | 173.41 | 43.68 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 24 | 0 | 0.30 | 0.90 | 0.05 | 39.82 | 0.89 | 0.52 |
| Hex | F1 | A8 | 18 | 0 | 1E | 5A | 5 | 28 | 59 | 34 |
| Octal | 361 | 250 | 30 | 0 | 36 | 132 | 5 | 50 | 131 | 64 |
| Binary | 11110001 | 10101000 | 11000 | 0 | 11110 | 1011010 | 101 | 101000 | 1011001 | 110100 |
Color Harmonies of #F1A818
Complementary color
Monochromatic Colors of #F1A818
Black with #F1A818
Text Example
Text Example
White with #F1A818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A818; }
p { color: rgb(241,168,24); }
H1.HeaderClassName
{
color: #F1A818;
}
.AnyTagClassName
{
color: #F1A818;
}
</style>
background-color css
<style>
a { background-color: #F1A818; }
a { background-color: rgb(241,168,24); }
div.DivClassName
{
background-color: #F1A818;
}
.BgClassName
{
background-color: #F1A818;
}
</style>
border-color css
<style>
span { border-color: #F1A818; }
span { border-color: rgb(241,168,24); }
td.TdClassName
{
border-color: #F1A818;
}
.TagClassName
{
border-color: #F1A818;
}
</style>