Shades of Turbo #FBDC20
Tints of Turbo #FBDC20
RGB
CMYK
RGB Variations
Color information
#FBDC20 (or 0xFBDC20) is known color: Turbo. HEX triplet: FB, DC and 20. RGB value is (251,220,32). Sum of RGB (Red+Green+Blue) = 251+220+32=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 32 (12.89% from 255 or 6.36% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC20 is #0423DF. Grayscale: #D0D0D0. Windows color (decimal): -271328 or 2153723. OLE color: 2153723.
HSL color Cylindrical-coordinate representation of color #FBDC20: hue angle of 51.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBDC20 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 32 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.02 |
| HSL | 51.51º | 0.96% | 0.55% | - |
| HSV(B) | 51.51º | 0.87% | 0.98% | - |
| XYZ | 65.64 | 71.8 | 11.77 | - |
| YUV | 207.84 | 28.77 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 32 | 0 | 0.12 | 0.87 | 0.02 | 51.51 | 0.96 | 0.55 |
| Hex | FB | DC | 20 | 0 | C | 57 | 2 | 34 | 60 | 37 |
| Octal | 373 | 334 | 40 | 0 | 14 | 127 | 2 | 64 | 140 | 67 |
| Binary | 11111011 | 11011100 | 100000 | 0 | 1100 | 1010111 | 10 | 110100 | 1100000 | 110111 |
Color Harmonies of #FBDC20
Complementary color
Monochromatic Colors of #FBDC20
Black with #FBDC20
Text Example
Text Example
White with #FBDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC20; }
p { color: rgb(251,220,32); }
H1.HeaderClassName
{
color: #FBDC20;
}
.AnyTagClassName
{
color: #FBDC20;
}
</style>
background-color css
<style>
a { background-color: #FBDC20; }
a { background-color: rgb(251,220,32); }
div.DivClassName
{
background-color: #FBDC20;
}
.BgClassName
{
background-color: #FBDC20;
}
</style>
border-color css
<style>
span { border-color: #FBDC20; }
span { border-color: rgb(251,220,32); }
td.TdClassName
{
border-color: #FBDC20;
}
.TagClassName
{
border-color: #FBDC20;
}
</style>