Shades of Turbo #F2D017
Tints of Turbo #F2D017
RGB
CMYK
RGB Variations
Color information
#F2D017 (or 0xF2D017) is known color: Turbo. HEX triplet: F2, D0 and 17. RGB value is (242,208,23). Sum of RGB (Red+Green+Blue) = 242+208+23=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 23 (9.38% from 255 or 4.86% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D017 is #0D2FE8. Grayscale: #C5C5C5. Windows color (decimal): -864233 or 1560818. OLE color: 1560818.
HSL color Cylindrical-coordinate representation of color #F2D017: hue angle of 50.68º 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 #F2D017 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 23 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.05 |
| HSL | 50.68º | 0.89% | 0.52% | - |
| HSV(B) | 50.68º | 0.9% | 0.95% | - |
| XYZ | 59.33 | 64.05 | 10.05 | - |
| YUV | 197.08 | 29.76 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 23 | 0 | 0.14 | 0.90 | 0.05 | 50.68 | 0.89 | 0.52 |
| Hex | F2 | D0 | 17 | 0 | E | 5A | 5 | 33 | 59 | 34 |
| Octal | 362 | 320 | 27 | 0 | 16 | 132 | 5 | 63 | 131 | 64 |
| Binary | 11110010 | 11010000 | 10111 | 0 | 1110 | 1011010 | 101 | 110011 | 1011001 | 110100 |
Color Harmonies of #F2D017
Complementary color
Monochromatic Colors of #F2D017
Black with #F2D017
Text Example
Text Example
White with #F2D017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D017; }
p { color: rgb(242,208,23); }
H1.HeaderClassName
{
color: #F2D017;
}
.AnyTagClassName
{
color: #F2D017;
}
</style>
background-color css
<style>
a { background-color: #F2D017; }
a { background-color: rgb(242,208,23); }
div.DivClassName
{
background-color: #F2D017;
}
.BgClassName
{
background-color: #F2D017;
}
</style>
border-color css
<style>
span { border-color: #F2D017; }
span { border-color: rgb(242,208,23); }
td.TdClassName
{
border-color: #F2D017;
}
.TagClassName
{
border-color: #F2D017;
}
</style>