Shades of Turbo #FFD418
Tints of Turbo #FFD418
RGB
CMYK
RGB Variations
Color information
#FFD418 (or 0xFFD418) is known color: Turbo. HEX triplet: FF, D4 and 18. RGB value is (255,212,24). Sum of RGB (Red+Green+Blue) = 255+212+24=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 24 (9.77% from 255 or 4.89% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD418 is #002BE7. Grayscale: #CCCCCC. Windows color (decimal): -11240 or 1627391. OLE color: 1627391.
HSL color Cylindrical-coordinate representation of color #FFD418: hue angle of 48.83º 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 #FFD418 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 24 | - |
| CMYK | 0 | 0.17 | 0.91 | 0 |
| HSL | 48.83º | 1% | 0.55% | - |
| HSV(B) | 48.83º | 0.91% | 1% | - |
| XYZ | 64.95 | 68.41 | 10.65 | - |
| YUV | 203.43 | 26.75 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 24 | 0 | 0.17 | 0.91 | 0 | 48.83 | 1 | 0.55 |
| Hex | FF | D4 | 18 | 0 | 11 | 5B | 0 | 31 | 64 | 37 |
| Octal | 377 | 324 | 30 | 0 | 21 | 133 | 0 | 61 | 144 | 67 |
| Binary | 11111111 | 11010100 | 11000 | 0 | 10001 | 1011011 | 0 | 110001 | 1100100 | 110111 |
Color Harmonies of #FFD418
Complementary color
Monochromatic Colors of #FFD418
Black with #FFD418
Text Example
Text Example
White with #FFD418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD418; }
p { color: rgb(255,212,24); }
H1.HeaderClassName
{
color: #FFD418;
}
.AnyTagClassName
{
color: #FFD418;
}
</style>
background-color css
<style>
a { background-color: #FFD418; }
a { background-color: rgb(255,212,24); }
div.DivClassName
{
background-color: #FFD418;
}
.BgClassName
{
background-color: #FFD418;
}
</style>
border-color css
<style>
span { border-color: #FFD418; }
span { border-color: rgb(255,212,24); }
td.TdClassName
{
border-color: #FFD418;
}
.TagClassName
{
border-color: #FFD418;
}
</style>