Shades of Turbo #FBDB1E
Tints of Turbo #FBDB1E
RGB
CMYK
RGB Variations
Color information
#FBDB1E (or 0xFBDB1E) is known color: Turbo. HEX triplet: FB, DB and 1E. RGB value is (251,219,30). Sum of RGB (Red+Green+Blue) = 251+219+30=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 30 (12.11% from 255 or 6% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB1E is #0424E1. Grayscale: #CFCFCF. Windows color (decimal): -271586 or 2022395. OLE color: 2022395.
HSL color Cylindrical-coordinate representation of color #FBDB1E: hue angle of 51.31º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FBDB1E is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 30 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.02 |
| HSL | 51.31º | 0.97% | 0.55% | - |
| HSV(B) | 51.31º | 0.88% | 0.98% | - |
| XYZ | 65.35 | 71.27 | 11.54 | - |
| YUV | 207.02 | 28.1 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 30 | 0 | 0.13 | 0.88 | 0.02 | 51.31 | 0.97 | 0.55 |
| Hex | FB | DB | 1E | 0 | D | 58 | 2 | 33 | 61 | 37 |
| Octal | 373 | 333 | 36 | 0 | 15 | 130 | 2 | 63 | 141 | 67 |
| Binary | 11111011 | 11011011 | 11110 | 0 | 1101 | 1011000 | 10 | 110011 | 1100001 | 110111 |
Color Harmonies of #FBDB1E
Complementary color
Monochromatic Colors of #FBDB1E
Black with #FBDB1E
Text Example
Text Example
White with #FBDB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB1E; }
p { color: rgb(251,219,30); }
H1.HeaderClassName
{
color: #FBDB1E;
}
.AnyTagClassName
{
color: #FBDB1E;
}
</style>
background-color css
<style>
a { background-color: #FBDB1E; }
a { background-color: rgb(251,219,30); }
div.DivClassName
{
background-color: #FBDB1E;
}
.BgClassName
{
background-color: #FBDB1E;
}
</style>
border-color css
<style>
span { border-color: #FBDB1E; }
span { border-color: rgb(251,219,30); }
td.TdClassName
{
border-color: #FBDB1E;
}
.TagClassName
{
border-color: #FBDB1E;
}
</style>