Shades of Turbo #F8D014
Tints of Turbo #F8D014
RGB
CMYK
RGB Variations
Color information
#F8D014 (or 0xF8D014) is known color: Turbo. HEX triplet: F8, D0 and 14. RGB value is (248,208,20). Sum of RGB (Red+Green+Blue) = 248+208+20=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D014 is #072FEB. Grayscale: #C7C7C7. Windows color (decimal): -471020 or 1364216. OLE color: 1364216.
HSL color Cylindrical-coordinate representation of color #F8D014: hue angle of 49.47º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8D014 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 20 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.03 |
| HSL | 49.47º | 0.94% | 0.53% | - |
| HSV(B) | 49.47º | 0.92% | 0.97% | - |
| XYZ | 61.39 | 65.12 | 10 | - |
| YUV | 198.53 | 27.25 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 20 | 0 | 0.16 | 0.92 | 0.03 | 49.47 | 0.94 | 0.53 |
| Hex | F8 | D0 | 14 | 0 | 10 | 5C | 3 | 31 | 5E | 35 |
| Octal | 370 | 320 | 24 | 0 | 20 | 134 | 3 | 61 | 136 | 65 |
| Binary | 11111000 | 11010000 | 10100 | 0 | 10000 | 1011100 | 11 | 110001 | 1011110 | 110101 |
Color Harmonies of #F8D014
Complementary color
Monochromatic Colors of #F8D014
Black with #F8D014
Text Example
Text Example
White with #F8D014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D014; }
p { color: rgb(248,208,20); }
H1.HeaderClassName
{
color: #F8D014;
}
.AnyTagClassName
{
color: #F8D014;
}
</style>
background-color css
<style>
a { background-color: #F8D014; }
a { background-color: rgb(248,208,20); }
div.DivClassName
{
background-color: #F8D014;
}
.BgClassName
{
background-color: #F8D014;
}
</style>
border-color css
<style>
span { border-color: #F8D014; }
span { border-color: rgb(248,208,20); }
td.TdClassName
{
border-color: #F8D014;
}
.TagClassName
{
border-color: #F8D014;
}
</style>