Shades of Turbo #FBCD25
Tints of Turbo #FBCD25
RGB
CMYK
RGB Variations
Color information
#FBCD25 (or 0xFBCD25) is known color: Turbo. HEX triplet: FB, CD and 25. RGB value is (251,205,37). Sum of RGB (Red+Green+Blue) = 251+205+37=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 37 (14.84% from 255 or 7.51% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCD25 is #0432DA. Grayscale: #C8C8C8. Windows color (decimal): -275163 or 2477563. OLE color: 2477563.
HSL color Cylindrical-coordinate representation of color #FBCD25: hue angle of 47.1º 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 #FBCD25 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 37 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.02 |
| HSL | 47.1º | 0.96% | 0.56% | - |
| HSV(B) | 47.1º | 0.85% | 0.98% | - |
| XYZ | 61.95 | 64.31 | 10.9 | - |
| YUV | 199.6 | 36.24 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 37 | 0 | 0.18 | 0.85 | 0.02 | 47.1 | 0.96 | 0.56 |
| Hex | FB | CD | 25 | 0 | 12 | 55 | 2 | 2F | 60 | 38 |
| Octal | 373 | 315 | 45 | 0 | 22 | 125 | 2 | 57 | 140 | 70 |
| Binary | 11111011 | 11001101 | 100101 | 0 | 10010 | 1010101 | 10 | 101111 | 1100000 | 111000 |
Color Harmonies of #FBCD25
Complementary color
Monochromatic Colors of #FBCD25
Black with #FBCD25
Text Example
Text Example
White with #FBCD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD25; }
p { color: rgb(251,205,37); }
H1.HeaderClassName
{
color: #FBCD25;
}
.AnyTagClassName
{
color: #FBCD25;
}
</style>
background-color css
<style>
a { background-color: #FBCD25; }
a { background-color: rgb(251,205,37); }
div.DivClassName
{
background-color: #FBCD25;
}
.BgClassName
{
background-color: #FBCD25;
}
</style>
border-color css
<style>
span { border-color: #FBCD25; }
span { border-color: rgb(251,205,37); }
td.TdClassName
{
border-color: #FBCD25;
}
.TagClassName
{
border-color: #FBCD25;
}
</style>