Shades of Turbo #F2D313
Tints of Turbo #F2D313
RGB
CMYK
RGB Variations
Color information
#F2D313 (or 0xF2D313) is known color: Turbo. HEX triplet: F2, D3 and 13. RGB value is (242,211,19). Sum of RGB (Red+Green+Blue) = 242+211+19=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D313 is #0D2CEC. Grayscale: #C7C7C7. Windows color (decimal): -863469 or 1299442. OLE color: 1299442.
HSL color Cylindrical-coordinate representation of color #F2D313: hue angle of 51.66º 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 #F2D313 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 19 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.05 |
| HSL | 51.66º | 0.9% | 0.51% | - |
| HSV(B) | 51.66º | 0.92% | 0.95% | - |
| XYZ | 60.03 | 65.51 | 10.1 | - |
| YUV | 198.38 | 26.77 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 19 | 0 | 0.13 | 0.92 | 0.05 | 51.66 | 0.9 | 0.51 |
| Hex | F2 | D3 | 13 | 0 | D | 5C | 5 | 34 | 5A | 33 |
| Octal | 362 | 323 | 23 | 0 | 15 | 134 | 5 | 64 | 132 | 63 |
| Binary | 11110010 | 11010011 | 10011 | 0 | 1101 | 1011100 | 101 | 110100 | 1011010 | 110011 |
Color Harmonies of #F2D313
Complementary color
Monochromatic Colors of #F2D313
Black with #F2D313
Text Example
Text Example
White with #F2D313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D313; }
p { color: rgb(242,211,19); }
H1.HeaderClassName
{
color: #F2D313;
}
.AnyTagClassName
{
color: #F2D313;
}
</style>
background-color css
<style>
a { background-color: #F2D313; }
a { background-color: rgb(242,211,19); }
div.DivClassName
{
background-color: #F2D313;
}
.BgClassName
{
background-color: #F2D313;
}
</style>
border-color css
<style>
span { border-color: #F2D313; }
span { border-color: rgb(242,211,19); }
td.TdClassName
{
border-color: #F2D313;
}
.TagClassName
{
border-color: #F2D313;
}
</style>