Shades of Turbo #FBC522
Tints of Turbo #FBC522
RGB
CMYK
RGB Variations
Color information
#FBC522 (or 0xFBC522) is known color: Turbo. HEX triplet: FB, C5 and 22. RGB value is (251,197,34). Sum of RGB (Red+Green+Blue) = 251+197+34=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC522 is #043ADD. Grayscale: #C3C3C3. Windows color (decimal): -277214 or 2278907. OLE color: 2278907.
HSL color Cylindrical-coordinate representation of color #FBC522: hue angle of 45.07º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBC522 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 34 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.02 |
| HSL | 45.07º | 0.96% | 0.56% | - |
| HSV(B) | 45.07º | 0.86% | 0.98% | - |
| XYZ | 60.04 | 60.56 | 10.04 | - |
| YUV | 194.56 | 37.39 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 34 | 0 | 0.22 | 0.86 | 0.02 | 45.07 | 0.96 | 0.56 |
| Hex | FB | C5 | 22 | 0 | 16 | 56 | 2 | 2D | 60 | 38 |
| Octal | 373 | 305 | 42 | 0 | 26 | 126 | 2 | 55 | 140 | 70 |
| Binary | 11111011 | 11000101 | 100010 | 0 | 10110 | 1010110 | 10 | 101101 | 1100000 | 111000 |
Color Harmonies of #FBC522
Complementary color
Monochromatic Colors of #FBC522
Black with #FBC522
Text Example
Text Example
White with #FBC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC522; }
p { color: rgb(251,197,34); }
H1.HeaderClassName
{
color: #FBC522;
}
.AnyTagClassName
{
color: #FBC522;
}
</style>
background-color css
<style>
a { background-color: #FBC522; }
a { background-color: rgb(251,197,34); }
div.DivClassName
{
background-color: #FBC522;
}
.BgClassName
{
background-color: #FBC522;
}
</style>
border-color css
<style>
span { border-color: #FBC522; }
span { border-color: rgb(251,197,34); }
td.TdClassName
{
border-color: #FBC522;
}
.TagClassName
{
border-color: #FBC522;
}
</style>