Shades of Turbo #FBCB25
Tints of Turbo #FBCB25
RGB
CMYK
RGB Variations
Color information
#FBCB25 (or 0xFBCB25) is known color: Turbo. HEX triplet: FB, CB and 25. RGB value is (251,203,37). Sum of RGB (Red+Green+Blue) = 251+203+37=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 37 (14.84% from 255 or 7.54% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCB25 is #0434DA. Grayscale: #C7C7C7. Windows color (decimal): -275675 or 2477051. OLE color: 2477051.
HSL color Cylindrical-coordinate representation of color #FBCB25: hue angle of 46.54º 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 #FBCB25 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 37 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.02 |
| HSL | 46.54º | 0.96% | 0.56% | - |
| HSV(B) | 46.54º | 0.85% | 0.98% | - |
| XYZ | 61.47 | 63.35 | 10.74 | - |
| YUV | 198.43 | 36.9 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 37 | 0 | 0.19 | 0.85 | 0.02 | 46.54 | 0.96 | 0.56 |
| Hex | FB | CB | 25 | 0 | 13 | 55 | 2 | 2F | 60 | 38 |
| Octal | 373 | 313 | 45 | 0 | 23 | 125 | 2 | 57 | 140 | 70 |
| Binary | 11111011 | 11001011 | 100101 | 0 | 10011 | 1010101 | 10 | 101111 | 1100000 | 111000 |
Color Harmonies of #FBCB25
Complementary color
Monochromatic Colors of #FBCB25
Black with #FBCB25
Text Example
Text Example
White with #FBCB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB25; }
p { color: rgb(251,203,37); }
H1.HeaderClassName
{
color: #FBCB25;
}
.AnyTagClassName
{
color: #FBCB25;
}
</style>
background-color css
<style>
a { background-color: #FBCB25; }
a { background-color: rgb(251,203,37); }
div.DivClassName
{
background-color: #FBCB25;
}
.BgClassName
{
background-color: #FBCB25;
}
</style>
border-color css
<style>
span { border-color: #FBCB25; }
span { border-color: rgb(251,203,37); }
td.TdClassName
{
border-color: #FBCB25;
}
.TagClassName
{
border-color: #FBCB25;
}
</style>