Shades of Dark Tangerine #F8B319
Tints of Dark Tangerine #F8B319
RGB
CMYK
RGB Variations
Color information
#F8B319 (or 0xF8B319) is known color: Dark Tangerine. HEX triplet: F8, B3 and 19. RGB value is (248,179,25). Sum of RGB (Red+Green+Blue) = 248+179+25=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 25 (10.16% from 255 or 5.53% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B319 is #074CE6. Grayscale: #B6B6B6. Windows color (decimal): -478439 or 1684472. OLE color: 1684472.
HSL color Cylindrical-coordinate representation of color #F8B319: hue angle of 41.43º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8B319 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 25 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.03 |
| HSL | 41.43º | 0.94% | 0.54% | - |
| HSV(B) | 41.43º | 0.9% | 0.97% | - |
| XYZ | 55.01 | 52.27 | 8.11 | - |
| YUV | 182.08 | 39.36 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 25 | 0 | 0.28 | 0.90 | 0.03 | 41.43 | 0.94 | 0.54 |
| Hex | F8 | B3 | 19 | 0 | 1C | 5A | 3 | 29 | 5E | 36 |
| Octal | 370 | 263 | 31 | 0 | 34 | 132 | 3 | 51 | 136 | 66 |
| Binary | 11111000 | 10110011 | 11001 | 0 | 11100 | 1011010 | 11 | 101001 | 1011110 | 110110 |
Color Harmonies of #F8B319
Complementary color
Monochromatic Colors of #F8B319
Black with #F8B319
Text Example
Text Example
White with #F8B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B319; }
p { color: rgb(248,179,25); }
H1.HeaderClassName
{
color: #F8B319;
}
.AnyTagClassName
{
color: #F8B319;
}
</style>
background-color css
<style>
a { background-color: #F8B319; }
a { background-color: rgb(248,179,25); }
div.DivClassName
{
background-color: #F8B319;
}
.BgClassName
{
background-color: #F8B319;
}
</style>
border-color css
<style>
span { border-color: #F8B319; }
span { border-color: rgb(248,179,25); }
td.TdClassName
{
border-color: #F8B319;
}
.TagClassName
{
border-color: #F8B319;
}
</style>