Shades of Dark Tangerine #F8B613
Tints of Dark Tangerine #F8B613
RGB
CMYK
RGB Variations
Color information
#F8B613 (or 0xF8B613) is known color: Dark Tangerine. HEX triplet: F8, B6 and 13. RGB value is (248,182,19). Sum of RGB (Red+Green+Blue) = 248+182+19=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B613 is #0749EC. Grayscale: #B7B7B7. Windows color (decimal): -477677 or 1292024. OLE color: 1292024.
HSL color Cylindrical-coordinate representation of color #F8B613: hue angle of 42.71º 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 #F8B613 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 182 | 19 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.03 |
| HSL | 42.71º | 0.94% | 0.52% | - |
| HSV(B) | 42.71º | 0.92% | 0.97% | - |
| XYZ | 55.56 | 53.46 | 8.01 | - |
| YUV | 183.15 | 35.37 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 182 | 19 | 0 | 0.27 | 0.92 | 0.03 | 42.71 | 0.94 | 0.52 |
| Hex | F8 | B6 | 13 | 0 | 1B | 5C | 3 | 2B | 5E | 34 |
| Octal | 370 | 266 | 23 | 0 | 33 | 134 | 3 | 53 | 136 | 64 |
| Binary | 11111000 | 10110110 | 10011 | 0 | 11011 | 1011100 | 11 | 101011 | 1011110 | 110100 |
Color Harmonies of #F8B613
Complementary color
Monochromatic Colors of #F8B613
Black with #F8B613
Text Example
Text Example
White with #F8B613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B613; }
p { color: rgb(248,182,19); }
H1.HeaderClassName
{
color: #F8B613;
}
.AnyTagClassName
{
color: #F8B613;
}
</style>
background-color css
<style>
a { background-color: #F8B613; }
a { background-color: rgb(248,182,19); }
div.DivClassName
{
background-color: #F8B613;
}
.BgClassName
{
background-color: #F8B613;
}
</style>
border-color css
<style>
span { border-color: #F8B613; }
span { border-color: rgb(248,182,19); }
td.TdClassName
{
border-color: #F8B613;
}
.TagClassName
{
border-color: #F8B613;
}
</style>