Shades of Turbo #F8D121
Tints of Turbo #F8D121
RGB
CMYK
RGB Variations
Color information
#F8D121 (or 0xF8D121) is known color: Turbo. HEX triplet: F8, D1 and 21. RGB value is (248,209,33). Sum of RGB (Red+Green+Blue) = 248+209+33=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D121 is #072EDE. Grayscale: #C9C9C9. Windows color (decimal): -470751 or 2216440. OLE color: 2216440.
HSL color Cylindrical-coordinate representation of color #F8D121: hue angle of 49.12º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8D121 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 33 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.03 |
| HSL | 49.12º | 0.94% | 0.55% | - |
| HSV(B) | 49.12º | 0.87% | 0.97% | - |
| XYZ | 61.79 | 65.67 | 10.86 | - |
| YUV | 200.6 | 33.42 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 33 | 0 | 0.16 | 0.87 | 0.03 | 49.12 | 0.94 | 0.55 |
| Hex | F8 | D1 | 21 | 0 | 10 | 57 | 3 | 31 | 5E | 37 |
| Octal | 370 | 321 | 41 | 0 | 20 | 127 | 3 | 61 | 136 | 67 |
| Binary | 11111000 | 11010001 | 100001 | 0 | 10000 | 1010111 | 11 | 110001 | 1011110 | 110111 |
Color Harmonies of #F8D121
Complementary color
Monochromatic Colors of #F8D121
Black with #F8D121
Text Example
Text Example
White with #F8D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D121; }
p { color: rgb(248,209,33); }
H1.HeaderClassName
{
color: #F8D121;
}
.AnyTagClassName
{
color: #F8D121;
}
</style>
background-color css
<style>
a { background-color: #F8D121; }
a { background-color: rgb(248,209,33); }
div.DivClassName
{
background-color: #F8D121;
}
.BgClassName
{
background-color: #F8D121;
}
</style>
border-color css
<style>
span { border-color: #F8D121; }
span { border-color: rgb(248,209,33); }
td.TdClassName
{
border-color: #F8D121;
}
.TagClassName
{
border-color: #F8D121;
}
</style>