Shades of Turbo #FBDB22
Tints of Turbo #FBDB22
RGB
CMYK
RGB Variations
Color information
#FBDB22 (or 0xFBDB22) is known color: Turbo. HEX triplet: FB, DB and 22. RGB value is (251,219,34). Sum of RGB (Red+Green+Blue) = 251+219+34=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 34 (13.67% from 255 or 6.75% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB22 is #0424DD. Grayscale: #D0D0D0. Windows color (decimal): -271582 or 2284539. OLE color: 2284539.
HSL color Cylindrical-coordinate representation of color #FBDB22: hue angle of 51.15º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBDB22 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 34 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.02 |
| HSL | 51.15º | 0.96% | 0.56% | - |
| HSV(B) | 51.15º | 0.86% | 0.98% | - |
| XYZ | 65.4 | 71.29 | 11.83 | - |
| YUV | 207.48 | 30.1 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 34 | 0 | 0.13 | 0.86 | 0.02 | 51.15 | 0.96 | 0.56 |
| Hex | FB | DB | 22 | 0 | D | 56 | 2 | 33 | 60 | 38 |
| Octal | 373 | 333 | 42 | 0 | 15 | 126 | 2 | 63 | 140 | 70 |
| Binary | 11111011 | 11011011 | 100010 | 0 | 1101 | 1010110 | 10 | 110011 | 1100000 | 111000 |
Color Harmonies of #FBDB22
Complementary color
Monochromatic Colors of #FBDB22
Black with #FBDB22
Text Example
Text Example
White with #FBDB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB22; }
p { color: rgb(251,219,34); }
H1.HeaderClassName
{
color: #FBDB22;
}
.AnyTagClassName
{
color: #FBDB22;
}
</style>
background-color css
<style>
a { background-color: #FBDB22; }
a { background-color: rgb(251,219,34); }
div.DivClassName
{
background-color: #FBDB22;
}
.BgClassName
{
background-color: #FBDB22;
}
</style>
border-color css
<style>
span { border-color: #FBDB22; }
span { border-color: rgb(251,219,34); }
td.TdClassName
{
border-color: #FBDB22;
}
.TagClassName
{
border-color: #FBDB22;
}
</style>