Shades of Turbo #F2D013
Tints of Turbo #F2D013
RGB
CMYK
RGB Variations
Color information
#F2D013 (or 0xF2D013) is known color: Turbo. HEX triplet: F2, D0 and 13. RGB value is (242,208,19). Sum of RGB (Red+Green+Blue) = 242+208+19=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D013 is #0D2FEC. Grayscale: #C5C5C5. Windows color (decimal): -864237 or 1298674. OLE color: 1298674.
HSL color Cylindrical-coordinate representation of color #F2D013: hue angle of 50.85º 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 #F2D013 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 19 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.05 |
| HSL | 50.85º | 0.9% | 0.51% | - |
| HSV(B) | 50.85º | 0.92% | 0.95% | - |
| XYZ | 59.29 | 64.04 | 9.85 | - |
| YUV | 196.62 | 27.76 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 19 | 0 | 0.14 | 0.92 | 0.05 | 50.85 | 0.9 | 0.51 |
| Hex | F2 | D0 | 13 | 0 | E | 5C | 5 | 33 | 5A | 33 |
| Octal | 362 | 320 | 23 | 0 | 16 | 134 | 5 | 63 | 132 | 63 |
| Binary | 11110010 | 11010000 | 10011 | 0 | 1110 | 1011100 | 101 | 110011 | 1011010 | 110011 |
Color Harmonies of #F2D013
Complementary color
Monochromatic Colors of #F2D013
Black with #F2D013
Text Example
Text Example
White with #F2D013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D013; }
p { color: rgb(242,208,19); }
H1.HeaderClassName
{
color: #F2D013;
}
.AnyTagClassName
{
color: #F2D013;
}
</style>
background-color css
<style>
a { background-color: #F2D013; }
a { background-color: rgb(242,208,19); }
div.DivClassName
{
background-color: #F2D013;
}
.BgClassName
{
background-color: #F2D013;
}
</style>
border-color css
<style>
span { border-color: #F2D013; }
span { border-color: rgb(242,208,19); }
td.TdClassName
{
border-color: #F2D013;
}
.TagClassName
{
border-color: #F2D013;
}
</style>