Shades of Turbo #F2D314
Tints of Turbo #F2D314
RGB
CMYK
RGB Variations
Color information
#F2D314 (or 0xF2D314) is known color: Turbo. HEX triplet: F2, D3 and 14. RGB value is (242,211,20). Sum of RGB (Red+Green+Blue) = 242+211+20=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D314 is #0D2CEB. Grayscale: #C7C7C7. Windows color (decimal): -863468 or 1364978. OLE color: 1364978.
HSL color Cylindrical-coordinate representation of color #F2D314: hue angle of 51.62º 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 #F2D314 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 20 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.05 |
| HSL | 51.62º | 0.9% | 0.51% | - |
| HSV(B) | 51.62º | 0.92% | 0.95% | - |
| XYZ | 60.04 | 65.52 | 10.14 | - |
| YUV | 198.5 | 27.27 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 20 | 0 | 0.13 | 0.92 | 0.05 | 51.62 | 0.9 | 0.51 |
| Hex | F2 | D3 | 14 | 0 | D | 5C | 5 | 34 | 5A | 33 |
| Octal | 362 | 323 | 24 | 0 | 15 | 134 | 5 | 64 | 132 | 63 |
| Binary | 11110010 | 11010011 | 10100 | 0 | 1101 | 1011100 | 101 | 110100 | 1011010 | 110011 |
Color Harmonies of #F2D314
Complementary color
Monochromatic Colors of #F2D314
Black with #F2D314
Text Example
Text Example
White with #F2D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D314; }
p { color: rgb(242,211,20); }
H1.HeaderClassName
{
color: #F2D314;
}
.AnyTagClassName
{
color: #F2D314;
}
</style>
background-color css
<style>
a { background-color: #F2D314; }
a { background-color: rgb(242,211,20); }
div.DivClassName
{
background-color: #F2D314;
}
.BgClassName
{
background-color: #F2D314;
}
</style>
border-color css
<style>
span { border-color: #F2D314; }
span { border-color: rgb(242,211,20); }
td.TdClassName
{
border-color: #F2D314;
}
.TagClassName
{
border-color: #F2D314;
}
</style>