Shades of Turbo #F2D319
Tints of Turbo #F2D319
RGB
CMYK
RGB Variations
Color information
#F2D319 (or 0xF2D319) is known color: Turbo. HEX triplet: F2, D3 and 19. RGB value is (242,211,25). Sum of RGB (Red+Green+Blue) = 242+211+25=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D319 is #0D2CE6. Grayscale: #C7C7C7. Windows color (decimal): -863463 or 1692658. OLE color: 1692658.
HSL color Cylindrical-coordinate representation of color #F2D319: hue angle of 51.43º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2D319 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 25 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.05 |
| HSL | 51.43º | 0.89% | 0.52% | - |
| HSV(B) | 51.43º | 0.9% | 0.95% | - |
| XYZ | 60.09 | 65.54 | 10.4 | - |
| YUV | 199.07 | 29.77 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 25 | 0 | 0.13 | 0.90 | 0.05 | 51.43 | 0.89 | 0.52 |
| Hex | F2 | D3 | 19 | 0 | D | 5A | 5 | 33 | 59 | 34 |
| Octal | 362 | 323 | 31 | 0 | 15 | 132 | 5 | 63 | 131 | 64 |
| Binary | 11110010 | 11010011 | 11001 | 0 | 1101 | 1011010 | 101 | 110011 | 1011001 | 110100 |
Color Harmonies of #F2D319
Complementary color
Monochromatic Colors of #F2D319
Black with #F2D319
Text Example
Text Example
White with #F2D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D319; }
p { color: rgb(242,211,25); }
H1.HeaderClassName
{
color: #F2D319;
}
.AnyTagClassName
{
color: #F2D319;
}
</style>
background-color css
<style>
a { background-color: #F2D319; }
a { background-color: rgb(242,211,25); }
div.DivClassName
{
background-color: #F2D319;
}
.BgClassName
{
background-color: #F2D319;
}
</style>
border-color css
<style>
span { border-color: #F2D319; }
span { border-color: rgb(242,211,25); }
td.TdClassName
{
border-color: #F2D319;
}
.TagClassName
{
border-color: #F2D319;
}
</style>