Shades of Turbo #FFDB24
Tints of Turbo #FFDB24
RGB
CMYK
RGB Variations
Color information
#FFDB24 (or 0xFFDB24) is known color: Turbo. HEX triplet: FF, DB and 24. RGB value is (255,219,36). Sum of RGB (Red+Green+Blue) = 255+219+36=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 36 (14.45% from 255 or 7.06% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB24 is #0024DB. Grayscale: #D1D1D1. Windows color (decimal): -9436 or 2415615. OLE color: 2415615.
HSL color Cylindrical-coordinate representation of color #FFDB24: hue angle of 50.14º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFDB24 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 36 | - |
| CMYK | 0 | 0.14 | 0.86 | 0 |
| HSL | 50.14º | 1% | 0.57% | - |
| HSV(B) | 50.14º | 0.86% | 1% | - |
| XYZ | 66.89 | 72.05 | 12.05 | - |
| YUV | 208.9 | 30.43 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 36 | 0 | 0.14 | 0.86 | 0 | 50.14 | 1 | 0.57 |
| Hex | FF | DB | 24 | 0 | E | 56 | 0 | 32 | 64 | 39 |
| Octal | 377 | 333 | 44 | 0 | 16 | 126 | 0 | 62 | 144 | 71 |
| Binary | 11111111 | 11011011 | 100100 | 0 | 1110 | 1010110 | 0 | 110010 | 1100100 | 111001 |
Color Harmonies of #FFDB24
Complementary color
Monochromatic Colors of #FFDB24
Black with #FFDB24
Text Example
Text Example
White with #FFDB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB24; }
p { color: rgb(255,219,36); }
H1.HeaderClassName
{
color: #FFDB24;
}
.AnyTagClassName
{
color: #FFDB24;
}
</style>
background-color css
<style>
a { background-color: #FFDB24; }
a { background-color: rgb(255,219,36); }
div.DivClassName
{
background-color: #FFDB24;
}
.BgClassName
{
background-color: #FFDB24;
}
</style>
border-color css
<style>
span { border-color: #FFDB24; }
span { border-color: rgb(255,219,36); }
td.TdClassName
{
border-color: #FFDB24;
}
.TagClassName
{
border-color: #FFDB24;
}
</style>