Shades of Dark Tangerine #F9AD0D
Tints of Dark Tangerine #F9AD0D
RGB
CMYK
RGB Variations
Color information
#F9AD0D (or 0xF9AD0D) is known color: Dark Tangerine. HEX triplet: F9, AD and 0D. RGB value is (249,173,13). Sum of RGB (Red+Green+Blue) = 249+173+13=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AD0D is #0652F2. Grayscale: #B2B2B2. Windows color (decimal): -414451 or 896505. OLE color: 896505.
HSL color Cylindrical-coordinate representation of color #F9AD0D: hue angle of 40.68º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9AD0D is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 13 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.02 |
| HSL | 40.68º | 0.95% | 0.51% | - |
| HSV(B) | 40.68º | 0.95% | 0.98% | - |
| XYZ | 54.08 | 50.06 | 7.19 | - |
| YUV | 177.48 | 35.18 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 13 | 0 | 0.31 | 0.95 | 0.02 | 40.68 | 0.95 | 0.51 |
| Hex | F9 | AD | D | 0 | 1F | 5F | 2 | 29 | 5F | 33 |
| Octal | 371 | 255 | 15 | 0 | 37 | 137 | 2 | 51 | 137 | 63 |
| Binary | 11111001 | 10101101 | 1101 | 0 | 11111 | 1011111 | 10 | 101001 | 1011111 | 110011 |
Color Harmonies of #F9AD0D
Complementary color
Monochromatic Colors of #F9AD0D
Black with #F9AD0D
Text Example
Text Example
White with #F9AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD0D; }
p { color: rgb(249,173,13); }
H1.HeaderClassName
{
color: #F9AD0D;
}
.AnyTagClassName
{
color: #F9AD0D;
}
</style>
background-color css
<style>
a { background-color: #F9AD0D; }
a { background-color: rgb(249,173,13); }
div.DivClassName
{
background-color: #F9AD0D;
}
.BgClassName
{
background-color: #F9AD0D;
}
</style>
border-color css
<style>
span { border-color: #F9AD0D; }
span { border-color: rgb(249,173,13); }
td.TdClassName
{
border-color: #F9AD0D;
}
.TagClassName
{
border-color: #F9AD0D;
}
</style>