Shades of Turbo #F2D816
Tints of Turbo #F2D816
RGB
CMYK
RGB Variations
Color information
#F2D816 (or 0xF2D816) is known color: Turbo. HEX triplet: F2, D8 and 16. RGB value is (242,216,22). Sum of RGB (Red+Green+Blue) = 242+216+22=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 22 (8.98% from 255 or 4.58% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D816 is #0D27E9. Grayscale: #CACACA. Windows color (decimal): -862186 or 1497330. OLE color: 1497330.
HSL color Cylindrical-coordinate representation of color #F2D816: hue angle of 52.91º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2D816 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 22 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.05 |
| HSL | 52.91º | 0.89% | 0.52% | - |
| HSV(B) | 52.91º | 0.91% | 0.95% | - |
| XYZ | 61.32 | 68.05 | 10.66 | - |
| YUV | 201.66 | 26.61 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 22 | 0 | 0.11 | 0.91 | 0.05 | 52.91 | 0.89 | 0.52 |
| Hex | F2 | D8 | 16 | 0 | B | 5B | 5 | 35 | 59 | 34 |
| Octal | 362 | 330 | 26 | 0 | 13 | 133 | 5 | 65 | 131 | 64 |
| Binary | 11110010 | 11011000 | 10110 | 0 | 1011 | 1011011 | 101 | 110101 | 1011001 | 110100 |
Color Harmonies of #F2D816
Complementary color
Monochromatic Colors of #F2D816
Black with #F2D816
Text Example
Text Example
White with #F2D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D816; }
p { color: rgb(242,216,22); }
H1.HeaderClassName
{
color: #F2D816;
}
.AnyTagClassName
{
color: #F2D816;
}
</style>
background-color css
<style>
a { background-color: #F2D816; }
a { background-color: rgb(242,216,22); }
div.DivClassName
{
background-color: #F2D816;
}
.BgClassName
{
background-color: #F2D816;
}
</style>
border-color css
<style>
span { border-color: #F2D816; }
span { border-color: rgb(242,216,22); }
td.TdClassName
{
border-color: #F2D816;
}
.TagClassName
{
border-color: #F2D816;
}
</style>