Shades of Turbo #F2D212
Tints of Turbo #F2D212
RGB
CMYK
RGB Variations
Color information
#F2D212 (or 0xF2D212) is known color: Turbo. HEX triplet: F2, D2 and 12. RGB value is (242,210,18). Sum of RGB (Red+Green+Blue) = 242+210+18=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D212 is #0D2DED. Grayscale: #C6C6C6. Windows color (decimal): -863726 or 1233650. OLE color: 1233650.
HSL color Cylindrical-coordinate representation of color #F2D212: hue angle of 51.43º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2D212 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 18 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.05 |
| HSL | 51.43º | 0.9% | 0.51% | - |
| HSV(B) | 51.43º | 0.93% | 0.95% | - |
| XYZ | 59.77 | 65.01 | 9.97 | - |
| YUV | 197.68 | 26.6 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 18 | 0 | 0.13 | 0.93 | 0.05 | 51.43 | 0.9 | 0.51 |
| Hex | F2 | D2 | 12 | 0 | D | 5D | 5 | 33 | 5A | 33 |
| Octal | 362 | 322 | 22 | 0 | 15 | 135 | 5 | 63 | 132 | 63 |
| Binary | 11110010 | 11010010 | 10010 | 0 | 1101 | 1011101 | 101 | 110011 | 1011010 | 110011 |
Color Harmonies of #F2D212
Complementary color
Monochromatic Colors of #F2D212
Black with #F2D212
Text Example
Text Example
White with #F2D212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D212; }
p { color: rgb(242,210,18); }
H1.HeaderClassName
{
color: #F2D212;
}
.AnyTagClassName
{
color: #F2D212;
}
</style>
background-color css
<style>
a { background-color: #F2D212; }
a { background-color: rgb(242,210,18); }
div.DivClassName
{
background-color: #F2D212;
}
.BgClassName
{
background-color: #F2D212;
}
</style>
border-color css
<style>
span { border-color: #F2D212; }
span { border-color: rgb(242,210,18); }
td.TdClassName
{
border-color: #F2D212;
}
.TagClassName
{
border-color: #F2D212;
}
</style>