Shades of Turbo #FBCD16
Tints of Turbo #FBCD16
RGB
CMYK
RGB Variations
Color information
#FBCD16 (or 0xFBCD16) is known color: Turbo. HEX triplet: FB, CD and 16. RGB value is (251,205,22). Sum of RGB (Red+Green+Blue) = 251+205+22=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 22 (8.98% from 255 or 4.60% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCD16 is #0432E9. Grayscale: #C6C6C6. Windows color (decimal): -275178 or 1494523. OLE color: 1494523.
HSL color Cylindrical-coordinate representation of color #FBCD16: hue angle of 47.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBCD16 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 22 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.02 |
| HSL | 47.95º | 0.97% | 0.54% | - |
| HSV(B) | 47.95º | 0.91% | 0.98% | - |
| XYZ | 61.76 | 64.23 | 9.9 | - |
| YUV | 197.89 | 28.74 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 22 | 0 | 0.18 | 0.91 | 0.02 | 47.95 | 0.97 | 0.54 |
| Hex | FB | CD | 16 | 0 | 12 | 5B | 2 | 30 | 61 | 36 |
| Octal | 373 | 315 | 26 | 0 | 22 | 133 | 2 | 60 | 141 | 66 |
| Binary | 11111011 | 11001101 | 10110 | 0 | 10010 | 1011011 | 10 | 110000 | 1100001 | 110110 |
Color Harmonies of #FBCD16
Complementary color
Monochromatic Colors of #FBCD16
Black with #FBCD16
Text Example
Text Example
White with #FBCD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD16; }
p { color: rgb(251,205,22); }
H1.HeaderClassName
{
color: #FBCD16;
}
.AnyTagClassName
{
color: #FBCD16;
}
</style>
background-color css
<style>
a { background-color: #FBCD16; }
a { background-color: rgb(251,205,22); }
div.DivClassName
{
background-color: #FBCD16;
}
.BgClassName
{
background-color: #FBCD16;
}
</style>
border-color css
<style>
span { border-color: #FBCD16; }
span { border-color: rgb(251,205,22); }
td.TdClassName
{
border-color: #FBCD16;
}
.TagClassName
{
border-color: #FBCD16;
}
</style>