Shades of Turbo #FBDA1A
Tints of Turbo #FBDA1A
RGB
CMYK
RGB Variations
Color information
#FBDA1A (or 0xFBDA1A) is known color: Turbo. HEX triplet: FB, DA and 1A. RGB value is (251,218,26). Sum of RGB (Red+Green+Blue) = 251+218+26=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 26 (10.55% from 255 or 5.25% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA1A is #0425E5. Grayscale: #CECECE. Windows color (decimal): -271846 or 1759995. OLE color: 1759995.
HSL color Cylindrical-coordinate representation of color #FBDA1A: hue angle of 51.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBDA1A is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 26 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.02 |
| HSL | 51.2º | 0.97% | 0.54% | - |
| HSV(B) | 51.2º | 0.9% | 0.98% | - |
| XYZ | 65.04 | 70.73 | 11.2 | - |
| YUV | 205.98 | 26.43 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 26 | 0 | 0.13 | 0.90 | 0.02 | 51.2 | 0.97 | 0.54 |
| Hex | FB | DA | 1A | 0 | D | 5A | 2 | 33 | 61 | 36 |
| Octal | 373 | 332 | 32 | 0 | 15 | 132 | 2 | 63 | 141 | 66 |
| Binary | 11111011 | 11011010 | 11010 | 0 | 1101 | 1011010 | 10 | 110011 | 1100001 | 110110 |
Color Harmonies of #FBDA1A
Complementary color
Monochromatic Colors of #FBDA1A
Black with #FBDA1A
Text Example
Text Example
White with #FBDA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA1A; }
p { color: rgb(251,218,26); }
H1.HeaderClassName
{
color: #FBDA1A;
}
.AnyTagClassName
{
color: #FBDA1A;
}
</style>
background-color css
<style>
a { background-color: #FBDA1A; }
a { background-color: rgb(251,218,26); }
div.DivClassName
{
background-color: #FBDA1A;
}
.BgClassName
{
background-color: #FBDA1A;
}
</style>
border-color css
<style>
span { border-color: #FBDA1A; }
span { border-color: rgb(251,218,26); }
td.TdClassName
{
border-color: #FBDA1A;
}
.TagClassName
{
border-color: #FBDA1A;
}
</style>