Shades of Turbo #FBDA28
Tints of Turbo #FBDA28
RGB
CMYK
RGB Variations
Color information
#FBDA28 (or 0xFBDA28) is known color: Turbo. HEX triplet: FB, DA and 28. RGB value is (251,218,40). Sum of RGB (Red+Green+Blue) = 251+218+40=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 40 (16.02% from 255 or 7.86% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA28 is #0425D7. Grayscale: #D0D0D0. Windows color (decimal): -271832 or 2677499. OLE color: 2677499.
HSL color Cylindrical-coordinate representation of color #FBDA28: hue angle of 50.62º 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 #FBDA28 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 40 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.02 |
| HSL | 50.62º | 0.96% | 0.57% | - |
| HSV(B) | 50.62º | 0.84% | 0.98% | - |
| XYZ | 65.24 | 70.81 | 12.24 | - |
| YUV | 207.58 | 33.43 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 40 | 0 | 0.13 | 0.84 | 0.02 | 50.62 | 0.96 | 0.57 |
| Hex | FB | DA | 28 | 0 | D | 54 | 2 | 33 | 60 | 39 |
| Octal | 373 | 332 | 50 | 0 | 15 | 124 | 2 | 63 | 140 | 71 |
| Binary | 11111011 | 11011010 | 101000 | 0 | 1101 | 1010100 | 10 | 110011 | 1100000 | 111001 |
Color Harmonies of #FBDA28
Complementary color
Monochromatic Colors of #FBDA28
Black with #FBDA28
Text Example
Text Example
White with #FBDA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA28; }
p { color: rgb(251,218,40); }
H1.HeaderClassName
{
color: #FBDA28;
}
.AnyTagClassName
{
color: #FBDA28;
}
</style>
background-color css
<style>
a { background-color: #FBDA28; }
a { background-color: rgb(251,218,40); }
div.DivClassName
{
background-color: #FBDA28;
}
.BgClassName
{
background-color: #FBDA28;
}
</style>
border-color css
<style>
span { border-color: #FBDA28; }
span { border-color: rgb(251,218,40); }
td.TdClassName
{
border-color: #FBDA28;
}
.TagClassName
{
border-color: #FBDA28;
}
</style>