Shades of Turbo #FFD018
Tints of Turbo #FFD018
RGB
CMYK
RGB Variations
Color information
#FFD018 (or 0xFFD018) is known color: Turbo. HEX triplet: FF, D0 and 18. RGB value is (255,208,24). Sum of RGB (Red+Green+Blue) = 255+208+24=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 24 (9.77% from 255 or 4.93% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD018 is #002FE7. Grayscale: #C9C9C9. Windows color (decimal): -12264 or 1626367. OLE color: 1626367.
HSL color Cylindrical-coordinate representation of color #FFD018: hue angle of 47.79º 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 #FFD018 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 24 | - |
| CMYK | 0 | 0.18 | 0.91 | 0 |
| HSL | 47.79º | 1% | 0.55% | - |
| HSV(B) | 47.79º | 0.91% | 1% | - |
| XYZ | 63.96 | 66.44 | 10.32 | - |
| YUV | 201.08 | 28.07 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 24 | 0 | 0.18 | 0.91 | 0 | 47.79 | 1 | 0.55 |
| Hex | FF | D0 | 18 | 0 | 12 | 5B | 0 | 30 | 64 | 37 |
| Octal | 377 | 320 | 30 | 0 | 22 | 133 | 0 | 60 | 144 | 67 |
| Binary | 11111111 | 11010000 | 11000 | 0 | 10010 | 1011011 | 0 | 110000 | 1100100 | 110111 |
Color Harmonies of #FFD018
Complementary color
Monochromatic Colors of #FFD018
Black with #FFD018
Text Example
Text Example
White with #FFD018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD018; }
p { color: rgb(255,208,24); }
H1.HeaderClassName
{
color: #FFD018;
}
.AnyTagClassName
{
color: #FFD018;
}
</style>
background-color css
<style>
a { background-color: #FFD018; }
a { background-color: rgb(255,208,24); }
div.DivClassName
{
background-color: #FFD018;
}
.BgClassName
{
background-color: #FFD018;
}
</style>
border-color css
<style>
span { border-color: #FFD018; }
span { border-color: rgb(255,208,24); }
td.TdClassName
{
border-color: #FFD018;
}
.TagClassName
{
border-color: #FFD018;
}
</style>