Shades of Turbo #FBC81A
Tints of Turbo #FBC81A
RGB
CMYK
RGB Variations
Color information
#FBC81A (or 0xFBC81A) is known color: Turbo. HEX triplet: FB, C8 and 1A. RGB value is (251,200,26). Sum of RGB (Red+Green+Blue) = 251+200+26=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 26 (10.55% from 255 or 5.45% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC81A is #0437E5. Grayscale: #C4C4C4. Windows color (decimal): -276454 or 1755387. OLE color: 1755387.
HSL color Cylindrical-coordinate representation of color #FBC81A: hue angle of 46.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBC81A is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 26 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.02 |
| HSL | 46.4º | 0.97% | 0.54% | - |
| HSV(B) | 46.4º | 0.9% | 0.98% | - |
| XYZ | 60.62 | 61.89 | 9.73 | - |
| YUV | 195.41 | 32.4 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 26 | 0 | 0.20 | 0.90 | 0.02 | 46.4 | 0.97 | 0.54 |
| Hex | FB | C8 | 1A | 0 | 14 | 5A | 2 | 2E | 61 | 36 |
| Octal | 373 | 310 | 32 | 0 | 24 | 132 | 2 | 56 | 141 | 66 |
| Binary | 11111011 | 11001000 | 11010 | 0 | 10100 | 1011010 | 10 | 101110 | 1100001 | 110110 |
Color Harmonies of #FBC81A
Complementary color
Monochromatic Colors of #FBC81A
Black with #FBC81A
Text Example
Text Example
White with #FBC81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC81A; }
p { color: rgb(251,200,26); }
H1.HeaderClassName
{
color: #FBC81A;
}
.AnyTagClassName
{
color: #FBC81A;
}
</style>
background-color css
<style>
a { background-color: #FBC81A; }
a { background-color: rgb(251,200,26); }
div.DivClassName
{
background-color: #FBC81A;
}
.BgClassName
{
background-color: #FBC81A;
}
</style>
border-color css
<style>
span { border-color: #FBC81A; }
span { border-color: rgb(251,200,26); }
td.TdClassName
{
border-color: #FBC81A;
}
.TagClassName
{
border-color: #FBC81A;
}
</style>