Shades of Turbo #FFDB23
Tints of Turbo #FFDB23
RGB
CMYK
RGB Variations
Color information
#FFDB23 (or 0xFFDB23) is known color: Turbo. HEX triplet: FF, DB and 23. RGB value is (255,219,35). Sum of RGB (Red+Green+Blue) = 255+219+35=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 35 (14.06% from 255 or 6.88% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB23 is #0024DC. Grayscale: #D1D1D1. Windows color (decimal): -9437 or 2350079. OLE color: 2350079.
HSL color Cylindrical-coordinate representation of color #FFDB23: hue angle of 50.18º 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 #FFDB23 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 35 | - |
| CMYK | 0 | 0.14 | 0.86 | 0 |
| HSL | 50.18º | 1% | 0.57% | - |
| HSV(B) | 50.18º | 0.86% | 1% | - |
| XYZ | 66.87 | 72.04 | 11.97 | - |
| YUV | 208.79 | 29.93 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 35 | 0 | 0.14 | 0.86 | 0 | 50.18 | 1 | 0.57 |
| Hex | FF | DB | 23 | 0 | E | 56 | 0 | 32 | 64 | 39 |
| Octal | 377 | 333 | 43 | 0 | 16 | 126 | 0 | 62 | 144 | 71 |
| Binary | 11111111 | 11011011 | 100011 | 0 | 1110 | 1010110 | 0 | 110010 | 1100100 | 111001 |
Color Harmonies of #FFDB23
Complementary color
Monochromatic Colors of #FFDB23
Black with #FFDB23
Text Example
Text Example
White with #FFDB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB23; }
p { color: rgb(255,219,35); }
H1.HeaderClassName
{
color: #FFDB23;
}
.AnyTagClassName
{
color: #FFDB23;
}
</style>
background-color css
<style>
a { background-color: #FFDB23; }
a { background-color: rgb(255,219,35); }
div.DivClassName
{
background-color: #FFDB23;
}
.BgClassName
{
background-color: #FFDB23;
}
</style>
border-color css
<style>
span { border-color: #FFDB23; }
span { border-color: rgb(255,219,35); }
td.TdClassName
{
border-color: #FFDB23;
}
.TagClassName
{
border-color: #FFDB23;
}
</style>