Shades of Turbo #FBC915
Tints of Turbo #FBC915
RGB
CMYK
RGB Variations
Color information
#FBC915 (or 0xFBC915) is known color: Turbo. HEX triplet: FB, C9 and 15. RGB value is (251,201,21). Sum of RGB (Red+Green+Blue) = 251+201+21=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC915 is #0436EA. Grayscale: #C4C4C4. Windows color (decimal): -276203 or 1427963. OLE color: 1427963.
HSL color Cylindrical-coordinate representation of color #FBC915: hue angle of 46.96º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBC915 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 21 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.02 |
| HSL | 46.96º | 0.97% | 0.53% | - |
| HSV(B) | 46.96º | 0.92% | 0.98% | - |
| XYZ | 60.81 | 62.34 | 9.54 | - |
| YUV | 195.43 | 29.57 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 21 | 0 | 0.20 | 0.92 | 0.02 | 46.96 | 0.97 | 0.53 |
| Hex | FB | C9 | 15 | 0 | 14 | 5C | 2 | 2F | 61 | 35 |
| Octal | 373 | 311 | 25 | 0 | 24 | 134 | 2 | 57 | 141 | 65 |
| Binary | 11111011 | 11001001 | 10101 | 0 | 10100 | 1011100 | 10 | 101111 | 1100001 | 110101 |
Color Harmonies of #FBC915
Complementary color
Monochromatic Colors of #FBC915
Black with #FBC915
Text Example
Text Example
White with #FBC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC915; }
p { color: rgb(251,201,21); }
H1.HeaderClassName
{
color: #FBC915;
}
.AnyTagClassName
{
color: #FBC915;
}
</style>
background-color css
<style>
a { background-color: #FBC915; }
a { background-color: rgb(251,201,21); }
div.DivClassName
{
background-color: #FBC915;
}
.BgClassName
{
background-color: #FBC915;
}
</style>
border-color css
<style>
span { border-color: #FBC915; }
span { border-color: rgb(251,201,21); }
td.TdClassName
{
border-color: #FBC915;
}
.TagClassName
{
border-color: #FBC915;
}
</style>