Shades of Turbo #FCDB1D
Tints of Turbo #FCDB1D
RGB
CMYK
RGB Variations
Color information
#FCDB1D (or 0xFCDB1D) is known color: Turbo. HEX triplet: FC, DB and 1D. RGB value is (252,219,29). Sum of RGB (Red+Green+Blue) = 252+219+29=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 29 (11.72% from 255 or 5.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB1D is #0324E2. Grayscale: #CFCFCF. Windows color (decimal): -206051 or 1956860. OLE color: 1956860.
HSL color Cylindrical-coordinate representation of color #FCDB1D: hue angle of 51.12º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCDB1D is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 29 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.01 |
| HSL | 51.12º | 0.97% | 0.55% | - |
| HSV(B) | 51.12º | 0.88% | 0.99% | - |
| XYZ | 65.7 | 71.45 | 11.49 | - |
| YUV | 207.21 | 27.43 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 29 | 0 | 0.13 | 0.88 | 0.01 | 51.12 | 0.97 | 0.55 |
| Hex | FC | DB | 1D | 0 | D | 58 | 1 | 33 | 61 | 37 |
| Octal | 374 | 333 | 35 | 0 | 15 | 130 | 1 | 63 | 141 | 67 |
| Binary | 11111100 | 11011011 | 11101 | 0 | 1101 | 1011000 | 1 | 110011 | 1100001 | 110111 |
Color Harmonies of #FCDB1D
Complementary color
Monochromatic Colors of #FCDB1D
Black with #FCDB1D
Text Example
Text Example
White with #FCDB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB1D; }
p { color: rgb(252,219,29); }
H1.HeaderClassName
{
color: #FCDB1D;
}
.AnyTagClassName
{
color: #FCDB1D;
}
</style>
background-color css
<style>
a { background-color: #FCDB1D; }
a { background-color: rgb(252,219,29); }
div.DivClassName
{
background-color: #FCDB1D;
}
.BgClassName
{
background-color: #FCDB1D;
}
</style>
border-color css
<style>
span { border-color: #FCDB1D; }
span { border-color: rgb(252,219,29); }
td.TdClassName
{
border-color: #FCDB1D;
}
.TagClassName
{
border-color: #FCDB1D;
}
</style>