Shades of Turbo #FBC927
Tints of Turbo #FBC927
RGB
CMYK
RGB Variations
Color information
#FBC927 (or 0xFBC927) is known color: Turbo. HEX triplet: FB, C9 and 27. RGB value is (251,201,39). Sum of RGB (Red+Green+Blue) = 251+201+39=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 39 (15.62% from 255 or 7.94% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC927 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC927 is #0436D8. Grayscale: #C6C6C6. Windows color (decimal): -276185 or 2607611. OLE color: 2607611.
HSL color Cylindrical-coordinate representation of color #FBC927: hue angle of 45.85º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBC927 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 39 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.02 |
| HSL | 45.85º | 0.96% | 0.57% | - |
| HSV(B) | 45.85º | 0.84% | 0.98% | - |
| XYZ | 61.04 | 62.43 | 10.75 | - |
| YUV | 197.48 | 38.57 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 39 | 0 | 0.20 | 0.84 | 0.02 | 45.85 | 0.96 | 0.57 |
| Hex | FB | C9 | 27 | 0 | 14 | 54 | 2 | 2E | 60 | 39 |
| Octal | 373 | 311 | 47 | 0 | 24 | 124 | 2 | 56 | 140 | 71 |
| Binary | 11111011 | 11001001 | 100111 | 0 | 10100 | 1010100 | 10 | 101110 | 1100000 | 111001 |
Color Harmonies of #FBC927
Complementary color
Monochromatic Colors of #FBC927
Black with #FBC927
Text Example
Text Example
White with #FBC927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC927; }
p { color: rgb(251,201,39); }
H1.HeaderClassName
{
color: #FBC927;
}
.AnyTagClassName
{
color: #FBC927;
}
</style>
background-color css
<style>
a { background-color: #FBC927; }
a { background-color: rgb(251,201,39); }
div.DivClassName
{
background-color: #FBC927;
}
.BgClassName
{
background-color: #FBC927;
}
</style>
border-color css
<style>
span { border-color: #FBC927; }
span { border-color: rgb(251,201,39); }
td.TdClassName
{
border-color: #FBC927;
}
.TagClassName
{
border-color: #FBC927;
}
</style>