Shades of Turbo #FBC325
Tints of Turbo #FBC325
RGB
CMYK
RGB Variations
Color information
#FBC325 (or 0xFBC325) is known color: Turbo. HEX triplet: FB, C3 and 25. RGB value is (251,195,37). Sum of RGB (Red+Green+Blue) = 251+195+37=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC325 is #043CDA. Grayscale: #C2C2C2. Windows color (decimal): -277723 or 2475003. OLE color: 2475003.
HSL color Cylindrical-coordinate representation of color #FBC325: hue angle of 44.3º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBC325 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 37 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.02 |
| HSL | 44.3º | 0.96% | 0.56% | - |
| HSV(B) | 44.3º | 0.85% | 0.98% | - |
| XYZ | 59.63 | 59.67 | 10.13 | - |
| YUV | 193.73 | 39.55 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 37 | 0 | 0.22 | 0.85 | 0.02 | 44.3 | 0.96 | 0.56 |
| Hex | FB | C3 | 25 | 0 | 16 | 55 | 2 | 2C | 60 | 38 |
| Octal | 373 | 303 | 45 | 0 | 26 | 125 | 2 | 54 | 140 | 70 |
| Binary | 11111011 | 11000011 | 100101 | 0 | 10110 | 1010101 | 10 | 101100 | 1100000 | 111000 |
Color Harmonies of #FBC325
Complementary color
Monochromatic Colors of #FBC325
Black with #FBC325
Text Example
Text Example
White with #FBC325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC325; }
p { color: rgb(251,195,37); }
H1.HeaderClassName
{
color: #FBC325;
}
.AnyTagClassName
{
color: #FBC325;
}
</style>
background-color css
<style>
a { background-color: #FBC325; }
a { background-color: rgb(251,195,37); }
div.DivClassName
{
background-color: #FBC325;
}
.BgClassName
{
background-color: #FBC325;
}
</style>
border-color css
<style>
span { border-color: #FBC325; }
span { border-color: rgb(251,195,37); }
td.TdClassName
{
border-color: #FBC325;
}
.TagClassName
{
border-color: #FBC325;
}
</style>