Shades of Turbo #FBC925
Tints of Turbo #FBC925
RGB
CMYK
RGB Variations
Color information
#FBC925 (or 0xFBC925) is known color: Turbo. HEX triplet: FB, C9 and 25. RGB value is (251,201,37). Sum of RGB (Red+Green+Blue) = 251+201+37=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 37 (14.84% from 255 or 7.57% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC925 is #0436DA. Grayscale: #C5C5C5. Windows color (decimal): -276187 or 2476539. OLE color: 2476539.
HSL color Cylindrical-coordinate representation of color #FBC925: hue angle of 45.98º 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 #FBC925 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 37 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.02 |
| HSL | 45.98º | 0.96% | 0.56% | - |
| HSV(B) | 45.98º | 0.85% | 0.98% | - |
| XYZ | 61 | 62.42 | 10.58 | - |
| YUV | 197.25 | 37.57 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 37 | 0 | 0.20 | 0.85 | 0.02 | 45.98 | 0.96 | 0.56 |
| Hex | FB | C9 | 25 | 0 | 14 | 55 | 2 | 2E | 60 | 38 |
| Octal | 373 | 311 | 45 | 0 | 24 | 125 | 2 | 56 | 140 | 70 |
| Binary | 11111011 | 11001001 | 100101 | 0 | 10100 | 1010101 | 10 | 101110 | 1100000 | 111000 |
Color Harmonies of #FBC925
Complementary color
Monochromatic Colors of #FBC925
Black with #FBC925
Text Example
Text Example
White with #FBC925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC925; }
p { color: rgb(251,201,37); }
H1.HeaderClassName
{
color: #FBC925;
}
.AnyTagClassName
{
color: #FBC925;
}
</style>
background-color css
<style>
a { background-color: #FBC925; }
a { background-color: rgb(251,201,37); }
div.DivClassName
{
background-color: #FBC925;
}
.BgClassName
{
background-color: #FBC925;
}
</style>
border-color css
<style>
span { border-color: #FBC925; }
span { border-color: rgb(251,201,37); }
td.TdClassName
{
border-color: #FBC925;
}
.TagClassName
{
border-color: #FBC925;
}
</style>