Shades of Turbo #F2D213
Tints of Turbo #F2D213
RGB
CMYK
RGB Variations
Color information
#F2D213 (or 0xF2D213) is known color: Turbo. HEX triplet: F2, D2 and 13. RGB value is (242,210,19). Sum of RGB (Red+Green+Blue) = 242+210+19=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D213 is #0D2DEC. Grayscale: #C6C6C6. Windows color (decimal): -863725 or 1299186. OLE color: 1299186.
HSL color Cylindrical-coordinate representation of color #F2D213: hue angle of 51.39º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2D213 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 19 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.05 |
| HSL | 51.39º | 0.9% | 0.51% | - |
| HSV(B) | 51.39º | 0.92% | 0.95% | - |
| XYZ | 59.78 | 65.02 | 10.01 | - |
| YUV | 197.79 | 27.1 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 19 | 0 | 0.13 | 0.92 | 0.05 | 51.39 | 0.9 | 0.51 |
| Hex | F2 | D2 | 13 | 0 | D | 5C | 5 | 33 | 5A | 33 |
| Octal | 362 | 322 | 23 | 0 | 15 | 134 | 5 | 63 | 132 | 63 |
| Binary | 11110010 | 11010010 | 10011 | 0 | 1101 | 1011100 | 101 | 110011 | 1011010 | 110011 |
Color Harmonies of #F2D213
Complementary color
Monochromatic Colors of #F2D213
Black with #F2D213
Text Example
Text Example
White with #F2D213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D213; }
p { color: rgb(242,210,19); }
H1.HeaderClassName
{
color: #F2D213;
}
.AnyTagClassName
{
color: #F2D213;
}
</style>
background-color css
<style>
a { background-color: #F2D213; }
a { background-color: rgb(242,210,19); }
div.DivClassName
{
background-color: #F2D213;
}
.BgClassName
{
background-color: #F2D213;
}
</style>
border-color css
<style>
span { border-color: #F2D213; }
span { border-color: rgb(242,210,19); }
td.TdClassName
{
border-color: #F2D213;
}
.TagClassName
{
border-color: #F2D213;
}
</style>