Shades of Dark Tangerine #F9AD10
Tints of Dark Tangerine #F9AD10
RGB
CMYK
RGB Variations
Color information
#F9AD10 (or 0xF9AD10) is known color: Dark Tangerine. HEX triplet: F9, AD and 10. RGB value is (249,173,16). Sum of RGB (Red+Green+Blue) = 249+173+16=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AD10 is #0652EF. Grayscale: #B2B2B2. Windows color (decimal): -414448 or 1093113. OLE color: 1093113.
HSL color Cylindrical-coordinate representation of color #F9AD10: hue angle of 40.43º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9AD10 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 16 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.02 |
| HSL | 40.43º | 0.95% | 0.52% | - |
| HSV(B) | 40.43º | 0.94% | 0.98% | - |
| XYZ | 54.1 | 50.06 | 7.3 | - |
| YUV | 177.83 | 36.68 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 16 | 0 | 0.31 | 0.94 | 0.02 | 40.43 | 0.95 | 0.52 |
| Hex | F9 | AD | 10 | 0 | 1F | 5E | 2 | 28 | 5F | 34 |
| Octal | 371 | 255 | 20 | 0 | 37 | 136 | 2 | 50 | 137 | 64 |
| Binary | 11111001 | 10101101 | 10000 | 0 | 11111 | 1011110 | 10 | 101000 | 1011111 | 110100 |
Color Harmonies of #F9AD10
Complementary color
Monochromatic Colors of #F9AD10
Black with #F9AD10
Text Example
Text Example
White with #F9AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD10; }
p { color: rgb(249,173,16); }
H1.HeaderClassName
{
color: #F9AD10;
}
.AnyTagClassName
{
color: #F9AD10;
}
</style>
background-color css
<style>
a { background-color: #F9AD10; }
a { background-color: rgb(249,173,16); }
div.DivClassName
{
background-color: #F9AD10;
}
.BgClassName
{
background-color: #F9AD10;
}
</style>
border-color css
<style>
span { border-color: #F9AD10; }
span { border-color: rgb(249,173,16); }
td.TdClassName
{
border-color: #F9AD10;
}
.TagClassName
{
border-color: #F9AD10;
}
</style>