Shades of Turbo #FBDB21
Tints of Turbo #FBDB21
RGB
CMYK
RGB Variations
Color information
#FBDB21 (or 0xFBDB21) is known color: Turbo. HEX triplet: FB, DB and 21. RGB value is (251,219,33). Sum of RGB (Red+Green+Blue) = 251+219+33=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 33 (13.28% from 255 or 6.56% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB21 is #0424DE. Grayscale: #D0D0D0. Windows color (decimal): -271583 or 2219003. OLE color: 2219003.
HSL color Cylindrical-coordinate representation of color #FBDB21: hue angle of 51.19º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBDB21 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 33 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.02 |
| HSL | 51.19º | 0.96% | 0.56% | - |
| HSV(B) | 51.19º | 0.87% | 0.98% | - |
| XYZ | 65.39 | 71.28 | 11.75 | - |
| YUV | 207.36 | 29.6 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 33 | 0 | 0.13 | 0.87 | 0.02 | 51.19 | 0.96 | 0.56 |
| Hex | FB | DB | 21 | 0 | D | 57 | 2 | 33 | 60 | 38 |
| Octal | 373 | 333 | 41 | 0 | 15 | 127 | 2 | 63 | 140 | 70 |
| Binary | 11111011 | 11011011 | 100001 | 0 | 1101 | 1010111 | 10 | 110011 | 1100000 | 111000 |
Color Harmonies of #FBDB21
Complementary color
Monochromatic Colors of #FBDB21
Black with #FBDB21
Text Example
Text Example
White with #FBDB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB21; }
p { color: rgb(251,219,33); }
H1.HeaderClassName
{
color: #FBDB21;
}
.AnyTagClassName
{
color: #FBDB21;
}
</style>
background-color css
<style>
a { background-color: #FBDB21; }
a { background-color: rgb(251,219,33); }
div.DivClassName
{
background-color: #FBDB21;
}
.BgClassName
{
background-color: #FBDB21;
}
</style>
border-color css
<style>
span { border-color: #FBDB21; }
span { border-color: rgb(251,219,33); }
td.TdClassName
{
border-color: #FBDB21;
}
.TagClassName
{
border-color: #FBDB21;
}
</style>