Shades of Turbo #FBD32B
Tints of Turbo #FBD32B
RGB
CMYK
RGB Variations
Color information
#FBD32B (or 0xFBD32B) is known color: Turbo. HEX triplet: FB, D3 and 2B. RGB value is (251,211,43). Sum of RGB (Red+Green+Blue) = 251+211+43=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 43 (17.19% from 255 or 8.51% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBD32B is #042CD4. Grayscale: #CCCCCC. Windows color (decimal): -273621 or 2872315. OLE color: 2872315.
HSL color Cylindrical-coordinate representation of color #FBD32B: hue angle of 48.46º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBD32B is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 211 | 43 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.02 |
| HSL | 48.46º | 0.96% | 0.58% | - |
| HSV(B) | 48.46º | 0.83% | 0.98% | - |
| XYZ | 63.51 | 67.27 | 11.92 | - |
| YUV | 203.81 | 37.25 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 211 | 43 | 0 | 0.16 | 0.83 | 0.02 | 48.46 | 0.96 | 0.58 |
| Hex | FB | D3 | 2B | 0 | 10 | 53 | 2 | 30 | 60 | 3A |
| Octal | 373 | 323 | 53 | 0 | 20 | 123 | 2 | 60 | 140 | 72 |
| Binary | 11111011 | 11010011 | 101011 | 0 | 10000 | 1010011 | 10 | 110000 | 1100000 | 111010 |
Color Harmonies of #FBD32B
Complementary color
Monochromatic Colors of #FBD32B
Black with #FBD32B
Text Example
Text Example
White with #FBD32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD32B; }
p { color: rgb(251,211,43); }
H1.HeaderClassName
{
color: #FBD32B;
}
.AnyTagClassName
{
color: #FBD32B;
}
</style>
background-color css
<style>
a { background-color: #FBD32B; }
a { background-color: rgb(251,211,43); }
div.DivClassName
{
background-color: #FBD32B;
}
.BgClassName
{
background-color: #FBD32B;
}
</style>
border-color css
<style>
span { border-color: #FBD32B; }
span { border-color: rgb(251,211,43); }
td.TdClassName
{
border-color: #FBD32B;
}
.TagClassName
{
border-color: #FBD32B;
}
</style>