Shades of Turbo #FFD01E
Tints of Turbo #FFD01E
RGB
CMYK
RGB Variations
Color information
#FFD01E (or 0xFFD01E) is known color: Turbo. HEX triplet: FF, D0 and 1E. RGB value is (255,208,30). Sum of RGB (Red+Green+Blue) = 255+208+30=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 30 (12.11% from 255 or 6.09% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD01E is #002FE1. Grayscale: #CACACA. Windows color (decimal): -12258 or 2019583. OLE color: 2019583.
HSL color Cylindrical-coordinate representation of color #FFD01E: hue angle of 47.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFD01E is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 30 | - |
| CMYK | 0 | 0.18 | 0.88 | 0 |
| HSL | 47.47º | 1% | 0.56% | - |
| HSV(B) | 47.47º | 0.88% | 1% | - |
| XYZ | 64.03 | 66.47 | 10.68 | - |
| YUV | 201.76 | 31.07 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 30 | 0 | 0.18 | 0.88 | 0 | 47.47 | 1 | 0.56 |
| Hex | FF | D0 | 1E | 0 | 12 | 58 | 0 | 2F | 64 | 38 |
| Octal | 377 | 320 | 36 | 0 | 22 | 130 | 0 | 57 | 144 | 70 |
| Binary | 11111111 | 11010000 | 11110 | 0 | 10010 | 1011000 | 0 | 101111 | 1100100 | 111000 |
Color Harmonies of #FFD01E
Complementary color
Monochromatic Colors of #FFD01E
Black with #FFD01E
Text Example
Text Example
White with #FFD01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD01E; }
p { color: rgb(255,208,30); }
H1.HeaderClassName
{
color: #FFD01E;
}
.AnyTagClassName
{
color: #FFD01E;
}
</style>
background-color css
<style>
a { background-color: #FFD01E; }
a { background-color: rgb(255,208,30); }
div.DivClassName
{
background-color: #FFD01E;
}
.BgClassName
{
background-color: #FFD01E;
}
</style>
border-color css
<style>
span { border-color: #FFD01E; }
span { border-color: rgb(255,208,30); }
td.TdClassName
{
border-color: #FFD01E;
}
.TagClassName
{
border-color: #FFD01E;
}
</style>