Shades of Dark Tangerine #F8AF0D
Tints of Dark Tangerine #F8AF0D
RGB
CMYK
RGB Variations
Color information
#F8AF0D (or 0xF8AF0D) is known color: Dark Tangerine. HEX triplet: F8, AF and 0D. RGB value is (248,175,13). Sum of RGB (Red+Green+Blue) = 248+175+13=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AF0D is #0750F2. Grayscale: #B3B3B3. Windows color (decimal): -479475 or 897016. OLE color: 897016.
HSL color Cylindrical-coordinate representation of color #F8AF0D: hue angle of 41.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8AF0D is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 13 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.03 |
| HSL | 41.36º | 0.94% | 0.51% | - |
| HSV(B) | 41.36º | 0.95% | 0.97% | - |
| XYZ | 54.11 | 50.65 | 7.3 | - |
| YUV | 178.36 | 34.68 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 13 | 0 | 0.29 | 0.95 | 0.03 | 41.36 | 0.94 | 0.51 |
| Hex | F8 | AF | D | 0 | 1D | 5F | 3 | 29 | 5E | 33 |
| Octal | 370 | 257 | 15 | 0 | 35 | 137 | 3 | 51 | 136 | 63 |
| Binary | 11111000 | 10101111 | 1101 | 0 | 11101 | 1011111 | 11 | 101001 | 1011110 | 110011 |
Color Harmonies of #F8AF0D
Complementary color
Monochromatic Colors of #F8AF0D
Black with #F8AF0D
Text Example
Text Example
White with #F8AF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF0D; }
p { color: rgb(248,175,13); }
H1.HeaderClassName
{
color: #F8AF0D;
}
.AnyTagClassName
{
color: #F8AF0D;
}
</style>
background-color css
<style>
a { background-color: #F8AF0D; }
a { background-color: rgb(248,175,13); }
div.DivClassName
{
background-color: #F8AF0D;
}
.BgClassName
{
background-color: #F8AF0D;
}
</style>
border-color css
<style>
span { border-color: #F8AF0D; }
span { border-color: rgb(248,175,13); }
td.TdClassName
{
border-color: #F8AF0D;
}
.TagClassName
{
border-color: #F8AF0D;
}
</style>