Shades of Turbo #F1D210
Tints of Turbo #F1D210
RGB
CMYK
RGB Variations
Color information
#F1D210 (or 0xF1D210) is known color: Turbo. HEX triplet: F1, D2 and 10. RGB value is (241,210,16). Sum of RGB (Red+Green+Blue) = 241+210+16=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D210 is #0E2DEF. Grayscale: #C5C5C5. Windows color (decimal): -929264 or 1102577. OLE color: 1102577.
HSL color Cylindrical-coordinate representation of color #F1D210: hue angle of 51.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1D210 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 16 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.05 |
| HSL | 51.73º | 0.89% | 0.5% | - |
| HSV(B) | 51.73º | 0.93% | 0.95% | - |
| XYZ | 59.42 | 64.83 | 9.87 | - |
| YUV | 197.15 | 25.77 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 16 | 0 | 0.13 | 0.93 | 0.05 | 51.73 | 0.89 | 0.5 |
| Hex | F1 | D2 | 10 | 0 | D | 5D | 5 | 34 | 59 | 32 |
| Octal | 361 | 322 | 20 | 0 | 15 | 135 | 5 | 64 | 131 | 62 |
| Binary | 11110001 | 11010010 | 10000 | 0 | 1101 | 1011101 | 101 | 110100 | 1011001 | 110010 |
Color Harmonies of #F1D210
Complementary color
Monochromatic Colors of #F1D210
Black with #F1D210
Text Example
Text Example
White with #F1D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D210; }
p { color: rgb(241,210,16); }
H1.HeaderClassName
{
color: #F1D210;
}
.AnyTagClassName
{
color: #F1D210;
}
</style>
background-color css
<style>
a { background-color: #F1D210; }
a { background-color: rgb(241,210,16); }
div.DivClassName
{
background-color: #F1D210;
}
.BgClassName
{
background-color: #F1D210;
}
</style>
border-color css
<style>
span { border-color: #F1D210; }
span { border-color: rgb(241,210,16); }
td.TdClassName
{
border-color: #F1D210;
}
.TagClassName
{
border-color: #F1D210;
}
</style>