Shades of Turbo #F2D714
Tints of Turbo #F2D714
RGB
CMYK
RGB Variations
Color information
#F2D714 (or 0xF2D714) is known color: Turbo. HEX triplet: F2, D7 and 14. RGB value is (242,215,20). Sum of RGB (Red+Green+Blue) = 242+215+20=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D714 is #0D28EB. Grayscale: #C9C9C9. Windows color (decimal): -862444 or 1366002. OLE color: 1366002.
HSL color Cylindrical-coordinate representation of color #F2D714: hue angle of 52.7º 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 #F2D714 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 20 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.05 |
| HSL | 52.7º | 0.9% | 0.51% | - |
| HSV(B) | 52.7º | 0.92% | 0.95% | - |
| XYZ | 61.04 | 67.53 | 10.48 | - |
| YUV | 200.84 | 25.95 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 20 | 0 | 0.11 | 0.92 | 0.05 | 52.7 | 0.9 | 0.51 |
| Hex | F2 | D7 | 14 | 0 | B | 5C | 5 | 35 | 5A | 33 |
| Octal | 362 | 327 | 24 | 0 | 13 | 134 | 5 | 65 | 132 | 63 |
| Binary | 11110010 | 11010111 | 10100 | 0 | 1011 | 1011100 | 101 | 110101 | 1011010 | 110011 |
Color Harmonies of #F2D714
Complementary color
Monochromatic Colors of #F2D714
Black with #F2D714
Text Example
Text Example
White with #F2D714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D714; }
p { color: rgb(242,215,20); }
H1.HeaderClassName
{
color: #F2D714;
}
.AnyTagClassName
{
color: #F2D714;
}
</style>
background-color css
<style>
a { background-color: #F2D714; }
a { background-color: rgb(242,215,20); }
div.DivClassName
{
background-color: #F2D714;
}
.BgClassName
{
background-color: #F2D714;
}
</style>
border-color css
<style>
span { border-color: #F2D714; }
span { border-color: rgb(242,215,20); }
td.TdClassName
{
border-color: #F2D714;
}
.TagClassName
{
border-color: #F2D714;
}
</style>