Shades of Turbo #FBCD1E
Tints of Turbo #FBCD1E
RGB
CMYK
RGB Variations
Color information
#FBCD1E (or 0xFBCD1E) is known color: Turbo. HEX triplet: FB, CD and 1E. RGB value is (251,205,30). Sum of RGB (Red+Green+Blue) = 251+205+30=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 30 (12.11% from 255 or 6.17% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCD1E is #0432E1. Grayscale: #C7C7C7. Windows color (decimal): -275170 or 2018811. OLE color: 2018811.
HSL color Cylindrical-coordinate representation of color #FBCD1E: hue angle of 47.51º 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 #FBCD1E is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 30 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.02 |
| HSL | 47.51º | 0.97% | 0.55% | - |
| HSV(B) | 47.51º | 0.88% | 0.98% | - |
| XYZ | 61.85 | 64.27 | 10.37 | - |
| YUV | 198.8 | 32.74 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 30 | 0 | 0.18 | 0.88 | 0.02 | 47.51 | 0.97 | 0.55 |
| Hex | FB | CD | 1E | 0 | 12 | 58 | 2 | 30 | 61 | 37 |
| Octal | 373 | 315 | 36 | 0 | 22 | 130 | 2 | 60 | 141 | 67 |
| Binary | 11111011 | 11001101 | 11110 | 0 | 10010 | 1011000 | 10 | 110000 | 1100001 | 110111 |
Color Harmonies of #FBCD1E
Complementary color
Monochromatic Colors of #FBCD1E
Black with #FBCD1E
Text Example
Text Example
White with #FBCD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD1E; }
p { color: rgb(251,205,30); }
H1.HeaderClassName
{
color: #FBCD1E;
}
.AnyTagClassName
{
color: #FBCD1E;
}
</style>
background-color css
<style>
a { background-color: #FBCD1E; }
a { background-color: rgb(251,205,30); }
div.DivClassName
{
background-color: #FBCD1E;
}
.BgClassName
{
background-color: #FBCD1E;
}
</style>
border-color css
<style>
span { border-color: #FBCD1E; }
span { border-color: rgb(251,205,30); }
td.TdClassName
{
border-color: #FBCD1E;
}
.TagClassName
{
border-color: #FBCD1E;
}
</style>