Shades of Turbo #FBCD1A
Tints of Turbo #FBCD1A
RGB
CMYK
RGB Variations
Color information
#FBCD1A (or 0xFBCD1A) is known color: Turbo. HEX triplet: FB, CD and 1A. RGB value is (251,205,26). Sum of RGB (Red+Green+Blue) = 251+205+26=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 26 (10.55% from 255 or 5.39% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCD1A is #0432E5. Grayscale: #C7C7C7. Windows color (decimal): -275174 or 1756667. OLE color: 1756667.
HSL color Cylindrical-coordinate representation of color #FBCD1A: hue angle of 47.73º 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 #FBCD1A is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 26 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.02 |
| HSL | 47.73º | 0.97% | 0.54% | - |
| HSV(B) | 47.73º | 0.9% | 0.98% | - |
| XYZ | 61.8 | 64.25 | 10.12 | - |
| YUV | 198.35 | 30.74 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 26 | 0 | 0.18 | 0.90 | 0.02 | 47.73 | 0.97 | 0.54 |
| Hex | FB | CD | 1A | 0 | 12 | 5A | 2 | 30 | 61 | 36 |
| Octal | 373 | 315 | 32 | 0 | 22 | 132 | 2 | 60 | 141 | 66 |
| Binary | 11111011 | 11001101 | 11010 | 0 | 10010 | 1011010 | 10 | 110000 | 1100001 | 110110 |
Color Harmonies of #FBCD1A
Complementary color
Monochromatic Colors of #FBCD1A
Black with #FBCD1A
Text Example
Text Example
White with #FBCD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD1A; }
p { color: rgb(251,205,26); }
H1.HeaderClassName
{
color: #FBCD1A;
}
.AnyTagClassName
{
color: #FBCD1A;
}
</style>
background-color css
<style>
a { background-color: #FBCD1A; }
a { background-color: rgb(251,205,26); }
div.DivClassName
{
background-color: #FBCD1A;
}
.BgClassName
{
background-color: #FBCD1A;
}
</style>
border-color css
<style>
span { border-color: #FBCD1A; }
span { border-color: rgb(251,205,26); }
td.TdClassName
{
border-color: #FBCD1A;
}
.TagClassName
{
border-color: #FBCD1A;
}
</style>