Shades of Turbo #FFDB25
Tints of Turbo #FFDB25
RGB
CMYK
RGB Variations
Color information
#FFDB25 (or 0xFFDB25) is known color: Turbo. HEX triplet: FF, DB and 25. RGB value is (255,219,37). Sum of RGB (Red+Green+Blue) = 255+219+37=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 37 (14.84% from 255 or 7.24% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB25 is #0024DA. Grayscale: #D1D1D1. Windows color (decimal): -9435 or 2481151. OLE color: 2481151.
HSL color Cylindrical-coordinate representation of color #FFDB25: hue angle of 50.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFDB25 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 37 | - |
| CMYK | 0 | 0.14 | 0.85 | 0 |
| HSL | 50.09º | 1% | 0.57% | - |
| HSV(B) | 50.09º | 0.85% | 1% | - |
| XYZ | 66.91 | 72.06 | 12.13 | - |
| YUV | 209.02 | 30.93 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 37 | 0 | 0.14 | 0.85 | 0 | 50.09 | 1 | 0.57 |
| Hex | FF | DB | 25 | 0 | E | 55 | 0 | 32 | 64 | 39 |
| Octal | 377 | 333 | 45 | 0 | 16 | 125 | 0 | 62 | 144 | 71 |
| Binary | 11111111 | 11011011 | 100101 | 0 | 1110 | 1010101 | 0 | 110010 | 1100100 | 111001 |
Color Harmonies of #FFDB25
Complementary color
Monochromatic Colors of #FFDB25
Black with #FFDB25
Text Example
Text Example
White with #FFDB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB25; }
p { color: rgb(255,219,37); }
H1.HeaderClassName
{
color: #FFDB25;
}
.AnyTagClassName
{
color: #FFDB25;
}
</style>
background-color css
<style>
a { background-color: #FFDB25; }
a { background-color: rgb(255,219,37); }
div.DivClassName
{
background-color: #FFDB25;
}
.BgClassName
{
background-color: #FFDB25;
}
</style>
border-color css
<style>
span { border-color: #FFDB25; }
span { border-color: rgb(255,219,37); }
td.TdClassName
{
border-color: #FFDB25;
}
.TagClassName
{
border-color: #FFDB25;
}
</style>