Shades of Turbo #FCDB26
Tints of Turbo #FCDB26
RGB
CMYK
RGB Variations
Color information
#FCDB26 (or 0xFCDB26) is known color: Turbo. HEX triplet: FC, DB and 26. RGB value is (252,219,38). Sum of RGB (Red+Green+Blue) = 252+219+38=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 38 (15.23% from 255 or 7.47% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB26 is #0324D9. Grayscale: #D0D0D0. Windows color (decimal): -206042 or 2546684. OLE color: 2546684.
HSL color Cylindrical-coordinate representation of color #FCDB26: hue angle of 50.75º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCDB26 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 38 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.01 |
| HSL | 50.75º | 0.97% | 0.57% | - |
| HSV(B) | 50.75º | 0.85% | 0.99% | - |
| XYZ | 65.83 | 71.5 | 12.16 | - |
| YUV | 208.23 | 31.93 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 38 | 0 | 0.13 | 0.85 | 0.01 | 50.75 | 0.97 | 0.57 |
| Hex | FC | DB | 26 | 0 | D | 55 | 1 | 33 | 61 | 39 |
| Octal | 374 | 333 | 46 | 0 | 15 | 125 | 1 | 63 | 141 | 71 |
| Binary | 11111100 | 11011011 | 100110 | 0 | 1101 | 1010101 | 1 | 110011 | 1100001 | 111001 |
Color Harmonies of #FCDB26
Complementary color
Monochromatic Colors of #FCDB26
Black with #FCDB26
Text Example
Text Example
White with #FCDB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB26; }
p { color: rgb(252,219,38); }
H1.HeaderClassName
{
color: #FCDB26;
}
.AnyTagClassName
{
color: #FCDB26;
}
</style>
background-color css
<style>
a { background-color: #FCDB26; }
a { background-color: rgb(252,219,38); }
div.DivClassName
{
background-color: #FCDB26;
}
.BgClassName
{
background-color: #FCDB26;
}
</style>
border-color css
<style>
span { border-color: #FCDB26; }
span { border-color: rgb(252,219,38); }
td.TdClassName
{
border-color: #FCDB26;
}
.TagClassName
{
border-color: #FCDB26;
}
</style>