Shades of Dark Tangerine #F8A513
Tints of Dark Tangerine #F8A513
RGB
CMYK
RGB Variations
Color information
#F8A513 (or 0xF8A513) is known color: Dark Tangerine. HEX triplet: F8, A5 and 13. RGB value is (248,165,19). Sum of RGB (Red+Green+Blue) = 248+165+19=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A513 is #075AEC. Grayscale: #ADADAD. Windows color (decimal): -482029 or 1287672. OLE color: 1287672.
HSL color Cylindrical-coordinate representation of color #F8A513: hue angle of 38.25º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8A513 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 19 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.03 |
| HSL | 38.25º | 0.94% | 0.52% | - |
| HSV(B) | 38.25º | 0.92% | 0.97% | - |
| XYZ | 52.28 | 46.91 | 6.92 | - |
| YUV | 173.17 | 41 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 19 | 0 | 0.33 | 0.92 | 0.03 | 38.25 | 0.94 | 0.52 |
| Hex | F8 | A5 | 13 | 0 | 21 | 5C | 3 | 26 | 5E | 34 |
| Octal | 370 | 245 | 23 | 0 | 41 | 134 | 3 | 46 | 136 | 64 |
| Binary | 11111000 | 10100101 | 10011 | 0 | 100001 | 1011100 | 11 | 100110 | 1011110 | 110100 |
Color Harmonies of #F8A513
Complementary color
Monochromatic Colors of #F8A513
Black with #F8A513
Text Example
Text Example
White with #F8A513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A513; }
p { color: rgb(248,165,19); }
H1.HeaderClassName
{
color: #F8A513;
}
.AnyTagClassName
{
color: #F8A513;
}
</style>
background-color css
<style>
a { background-color: #F8A513; }
a { background-color: rgb(248,165,19); }
div.DivClassName
{
background-color: #F8A513;
}
.BgClassName
{
background-color: #F8A513;
}
</style>
border-color css
<style>
span { border-color: #F8A513; }
span { border-color: rgb(248,165,19); }
td.TdClassName
{
border-color: #F8A513;
}
.TagClassName
{
border-color: #F8A513;
}
</style>