Shades of Dark Tangerine #F1AD1D
Tints of Dark Tangerine #F1AD1D
RGB
CMYK
RGB Variations
Color information
#F1AD1D (or 0xF1AD1D) is known color: Dark Tangerine. HEX triplet: F1, AD and 1D. RGB value is (241,173,29). Sum of RGB (Red+Green+Blue) = 241+173+29=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AD1D is #0E52E2. Grayscale: #B1B1B1. Windows color (decimal): -938723 or 1945073. OLE color: 1945073.
HSL color Cylindrical-coordinate representation of color #F1AD1D: hue angle of 40.75º 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 #F1AD1D is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 29 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.05 |
| HSL | 40.75º | 0.88% | 0.53% | - |
| HSV(B) | 40.75º | 0.88% | 0.95% | - |
| XYZ | 51.44 | 48.68 | 7.85 | - |
| YUV | 176.92 | 44.53 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 29 | 0 | 0.28 | 0.88 | 0.05 | 40.75 | 0.88 | 0.53 |
| Hex | F1 | AD | 1D | 0 | 1C | 58 | 5 | 29 | 58 | 35 |
| Octal | 361 | 255 | 35 | 0 | 34 | 130 | 5 | 51 | 130 | 65 |
| Binary | 11110001 | 10101101 | 11101 | 0 | 11100 | 1011000 | 101 | 101001 | 1011000 | 110101 |
Color Harmonies of #F1AD1D
Complementary color
Monochromatic Colors of #F1AD1D
Black with #F1AD1D
Text Example
Text Example
White with #F1AD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AD1D; }
p { color: rgb(241,173,29); }
H1.HeaderClassName
{
color: #F1AD1D;
}
.AnyTagClassName
{
color: #F1AD1D;
}
</style>
background-color css
<style>
a { background-color: #F1AD1D; }
a { background-color: rgb(241,173,29); }
div.DivClassName
{
background-color: #F1AD1D;
}
.BgClassName
{
background-color: #F1AD1D;
}
</style>
border-color css
<style>
span { border-color: #F1AD1D; }
span { border-color: rgb(241,173,29); }
td.TdClassName
{
border-color: #F1AD1D;
}
.TagClassName
{
border-color: #F1AD1D;
}
</style>