Shades of Turbo #FBCC1D
Tints of Turbo #FBCC1D
RGB
CMYK
RGB Variations
Color information
#FBCC1D (or 0xFBCC1D) is known color: Turbo. HEX triplet: FB, CC and 1D. RGB value is (251,204,29). Sum of RGB (Red+Green+Blue) = 251+204+29=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCC1D is #0433E2. Grayscale: #C6C6C6. Windows color (decimal): -275427 or 1953019. OLE color: 1953019.
HSL color Cylindrical-coordinate representation of color #FBCC1D: hue angle of 47.3º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FBCC1D is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 29 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.02 |
| HSL | 47.3º | 0.97% | 0.55% | - |
| HSV(B) | 47.3º | 0.88% | 0.98% | - |
| XYZ | 61.6 | 63.78 | 10.23 | - |
| YUV | 198.1 | 32.57 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 29 | 0 | 0.19 | 0.88 | 0.02 | 47.3 | 0.97 | 0.55 |
| Hex | FB | CC | 1D | 0 | 13 | 58 | 2 | 2F | 61 | 37 |
| Octal | 373 | 314 | 35 | 0 | 23 | 130 | 2 | 57 | 141 | 67 |
| Binary | 11111011 | 11001100 | 11101 | 0 | 10011 | 1011000 | 10 | 101111 | 1100001 | 110111 |
Color Harmonies of #FBCC1D
Complementary color
Monochromatic Colors of #FBCC1D
Black with #FBCC1D
Text Example
Text Example
White with #FBCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC1D; }
p { color: rgb(251,204,29); }
H1.HeaderClassName
{
color: #FBCC1D;
}
.AnyTagClassName
{
color: #FBCC1D;
}
</style>
background-color css
<style>
a { background-color: #FBCC1D; }
a { background-color: rgb(251,204,29); }
div.DivClassName
{
background-color: #FBCC1D;
}
.BgClassName
{
background-color: #FBCC1D;
}
</style>
border-color css
<style>
span { border-color: #FBCC1D; }
span { border-color: rgb(251,204,29); }
td.TdClassName
{
border-color: #FBCC1D;
}
.TagClassName
{
border-color: #FBCC1D;
}
</style>