Shades of Turbo #FBDB27
Tints of Turbo #FBDB27
RGB
CMYK
RGB Variations
Color information
#FBDB27 (or 0xFBDB27) is known color: Turbo. HEX triplet: FB, DB and 27. RGB value is (251,219,39). Sum of RGB (Red+Green+Blue) = 251+219+39=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 39 (15.62% from 255 or 7.66% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB27 is #0424D8. Grayscale: #D0D0D0. Windows color (decimal): -271577 or 2612219. OLE color: 2612219.
HSL color Cylindrical-coordinate representation of color #FBDB27: hue angle of 50.94º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBDB27 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 39 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.02 |
| HSL | 50.94º | 0.96% | 0.57% | - |
| HSV(B) | 50.94º | 0.84% | 0.98% | - |
| XYZ | 65.48 | 71.32 | 12.23 | - |
| YUV | 208.05 | 32.6 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 39 | 0 | 0.13 | 0.84 | 0.02 | 50.94 | 0.96 | 0.57 |
| Hex | FB | DB | 27 | 0 | D | 54 | 2 | 33 | 60 | 39 |
| Octal | 373 | 333 | 47 | 0 | 15 | 124 | 2 | 63 | 140 | 71 |
| Binary | 11111011 | 11011011 | 100111 | 0 | 1101 | 1010100 | 10 | 110011 | 1100000 | 111001 |
Color Harmonies of #FBDB27
Complementary color
Monochromatic Colors of #FBDB27
Black with #FBDB27
Text Example
Text Example
White with #FBDB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB27; }
p { color: rgb(251,219,39); }
H1.HeaderClassName
{
color: #FBDB27;
}
.AnyTagClassName
{
color: #FBDB27;
}
</style>
background-color css
<style>
a { background-color: #FBDB27; }
a { background-color: rgb(251,219,39); }
div.DivClassName
{
background-color: #FBDB27;
}
.BgClassName
{
background-color: #FBDB27;
}
</style>
border-color css
<style>
span { border-color: #FBDB27; }
span { border-color: rgb(251,219,39); }
td.TdClassName
{
border-color: #FBDB27;
}
.TagClassName
{
border-color: #FBDB27;
}
</style>