Shades of Dark Tangerine #F8A818
Tints of Dark Tangerine #F8A818
RGB
CMYK
RGB Variations
Color information
#F8A818 (or 0xF8A818) is known color: Dark Tangerine. HEX triplet: F8, A8 and 18. RGB value is (248,168,24). Sum of RGB (Red+Green+Blue) = 248+168+24=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A818 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A818 is #0757E7. Grayscale: #B0B0B0. Windows color (decimal): -481256 or 1616120. OLE color: 1616120.
HSL color Cylindrical-coordinate representation of color #F8A818: hue angle of 38.57º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8A818 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 24 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.03 |
| HSL | 38.57º | 0.94% | 0.53% | - |
| HSV(B) | 38.57º | 0.9% | 0.97% | - |
| XYZ | 52.88 | 48.03 | 7.35 | - |
| YUV | 175.5 | 42.5 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 24 | 0 | 0.32 | 0.90 | 0.03 | 38.57 | 0.94 | 0.53 |
| Hex | F8 | A8 | 18 | 0 | 20 | 5A | 3 | 27 | 5E | 35 |
| Octal | 370 | 250 | 30 | 0 | 40 | 132 | 3 | 47 | 136 | 65 |
| Binary | 11111000 | 10101000 | 11000 | 0 | 100000 | 1011010 | 11 | 100111 | 1011110 | 110101 |
Color Harmonies of #F8A818
Complementary color
Monochromatic Colors of #F8A818
Black with #F8A818
Text Example
Text Example
White with #F8A818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A818; }
p { color: rgb(248,168,24); }
H1.HeaderClassName
{
color: #F8A818;
}
.AnyTagClassName
{
color: #F8A818;
}
</style>
background-color css
<style>
a { background-color: #F8A818; }
a { background-color: rgb(248,168,24); }
div.DivClassName
{
background-color: #F8A818;
}
.BgClassName
{
background-color: #F8A818;
}
</style>
border-color css
<style>
span { border-color: #F8A818; }
span { border-color: rgb(248,168,24); }
td.TdClassName
{
border-color: #F8A818;
}
.TagClassName
{
border-color: #F8A818;
}
</style>