Shades of Turbo #FBCD28
Tints of Turbo #FBCD28
RGB
CMYK
RGB Variations
Color information
#FBCD28 (or 0xFBCD28) is known color: Turbo. HEX triplet: FB, CD and 28. RGB value is (251,205,40). Sum of RGB (Red+Green+Blue) = 251+205+40=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCD28 is #0432D7. Grayscale: #C8C8C8. Windows color (decimal): -275160 or 2674171. OLE color: 2674171.
HSL color Cylindrical-coordinate representation of color #FBCD28: hue angle of 46.92º 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 #FBCD28 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 40 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.02 |
| HSL | 46.92º | 0.96% | 0.57% | - |
| HSV(B) | 46.92º | 0.84% | 0.98% | - |
| XYZ | 62 | 64.33 | 11.16 | - |
| YUV | 199.94 | 37.74 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 40 | 0 | 0.18 | 0.84 | 0.02 | 46.92 | 0.96 | 0.57 |
| Hex | FB | CD | 28 | 0 | 12 | 54 | 2 | 2F | 60 | 39 |
| Octal | 373 | 315 | 50 | 0 | 22 | 124 | 2 | 57 | 140 | 71 |
| Binary | 11111011 | 11001101 | 101000 | 0 | 10010 | 1010100 | 10 | 101111 | 1100000 | 111001 |
Color Harmonies of #FBCD28
Complementary color
Monochromatic Colors of #FBCD28
Black with #FBCD28
Text Example
Text Example
White with #FBCD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD28; }
p { color: rgb(251,205,40); }
H1.HeaderClassName
{
color: #FBCD28;
}
.AnyTagClassName
{
color: #FBCD28;
}
</style>
background-color css
<style>
a { background-color: #FBCD28; }
a { background-color: rgb(251,205,40); }
div.DivClassName
{
background-color: #FBCD28;
}
.BgClassName
{
background-color: #FBCD28;
}
</style>
border-color css
<style>
span { border-color: #FBCD28; }
span { border-color: rgb(251,205,40); }
td.TdClassName
{
border-color: #FBCD28;
}
.TagClassName
{
border-color: #FBCD28;
}
</style>