Shades of Turbo #FFD017
Tints of Turbo #FFD017
RGB
CMYK
RGB Variations
Color information
#FFD017 (or 0xFFD017) is known color: Turbo. HEX triplet: FF, D0 and 17. RGB value is (255,208,23). Sum of RGB (Red+Green+Blue) = 255+208+23=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 23 (9.38% from 255 or 4.73% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD017 is #002FE8. Grayscale: #C9C9C9. Windows color (decimal): -12265 or 1560831. OLE color: 1560831.
HSL color Cylindrical-coordinate representation of color #FFD017: hue angle of 47.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFD017 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 23 | - |
| CMYK | 0 | 0.18 | 0.91 | 0 |
| HSL | 47.84º | 1% | 0.55% | - |
| HSV(B) | 47.84º | 0.91% | 1% | - |
| XYZ | 63.95 | 66.43 | 10.26 | - |
| YUV | 200.96 | 27.57 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 23 | 0 | 0.18 | 0.91 | 0 | 47.84 | 1 | 0.55 |
| Hex | FF | D0 | 17 | 0 | 12 | 5B | 0 | 30 | 64 | 37 |
| Octal | 377 | 320 | 27 | 0 | 22 | 133 | 0 | 60 | 144 | 67 |
| Binary | 11111111 | 11010000 | 10111 | 0 | 10010 | 1011011 | 0 | 110000 | 1100100 | 110111 |
Color Harmonies of #FFD017
Complementary color
Monochromatic Colors of #FFD017
Black with #FFD017
Text Example
Text Example
White with #FFD017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD017; }
p { color: rgb(255,208,23); }
H1.HeaderClassName
{
color: #FFD017;
}
.AnyTagClassName
{
color: #FFD017;
}
</style>
background-color css
<style>
a { background-color: #FFD017; }
a { background-color: rgb(255,208,23); }
div.DivClassName
{
background-color: #FFD017;
}
.BgClassName
{
background-color: #FFD017;
}
</style>
border-color css
<style>
span { border-color: #FFD017; }
span { border-color: rgb(255,208,23); }
td.TdClassName
{
border-color: #FFD017;
}
.TagClassName
{
border-color: #FFD017;
}
</style>