Shades of Turbo #FBDB1C
Tints of Turbo #FBDB1C
RGB
CMYK
RGB Variations
Color information
#FBDB1C (or 0xFBDB1C) is known color: Turbo. HEX triplet: FB, DB and 1C. RGB value is (251,219,28). Sum of RGB (Red+Green+Blue) = 251+219+28=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 28 (11.33% from 255 or 5.62% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB1C is #0424E3. Grayscale: #CFCFCF. Windows color (decimal): -271588 or 1891323. OLE color: 1891323.
HSL color Cylindrical-coordinate representation of color #FBDB1C: hue angle of 51.39º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FBDB1C is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 28 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.02 |
| HSL | 51.39º | 0.97% | 0.55% | - |
| HSV(B) | 51.39º | 0.89% | 0.98% | - |
| XYZ | 65.32 | 71.26 | 11.41 | - |
| YUV | 206.79 | 27.1 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 28 | 0 | 0.13 | 0.89 | 0.02 | 51.39 | 0.97 | 0.55 |
| Hex | FB | DB | 1C | 0 | D | 59 | 2 | 33 | 61 | 37 |
| Octal | 373 | 333 | 34 | 0 | 15 | 131 | 2 | 63 | 141 | 67 |
| Binary | 11111011 | 11011011 | 11100 | 0 | 1101 | 1011001 | 10 | 110011 | 1100001 | 110111 |
Color Harmonies of #FBDB1C
Complementary color
Monochromatic Colors of #FBDB1C
Black with #FBDB1C
Text Example
Text Example
White with #FBDB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB1C; }
p { color: rgb(251,219,28); }
H1.HeaderClassName
{
color: #FBDB1C;
}
.AnyTagClassName
{
color: #FBDB1C;
}
</style>
background-color css
<style>
a { background-color: #FBDB1C; }
a { background-color: rgb(251,219,28); }
div.DivClassName
{
background-color: #FBDB1C;
}
.BgClassName
{
background-color: #FBDB1C;
}
</style>
border-color css
<style>
span { border-color: #FBDB1C; }
span { border-color: rgb(251,219,28); }
td.TdClassName
{
border-color: #FBDB1C;
}
.TagClassName
{
border-color: #FBDB1C;
}
</style>