Shades of Turbo #FCDB1F
Tints of Turbo #FCDB1F
RGB
CMYK
RGB Variations
Color information
#FCDB1F (or 0xFCDB1F) is known color: Turbo. HEX triplet: FC, DB and 1F. RGB value is (252,219,31). Sum of RGB (Red+Green+Blue) = 252+219+31=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 31 (12.5% from 255 or 6.18% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB1F is #0324E0. Grayscale: #D0D0D0. Windows color (decimal): -206049 or 2087932. OLE color: 2087932.
HSL color Cylindrical-coordinate representation of color #FCDB1F: hue angle of 51.04º 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 #FCDB1F is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 31 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.01 |
| HSL | 51.04º | 0.97% | 0.55% | - |
| HSV(B) | 51.04º | 0.88% | 0.99% | - |
| XYZ | 65.72 | 71.46 | 11.62 | - |
| YUV | 207.44 | 28.43 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 31 | 0 | 0.13 | 0.88 | 0.01 | 51.04 | 0.97 | 0.55 |
| Hex | FC | DB | 1F | 0 | D | 58 | 1 | 33 | 61 | 37 |
| Octal | 374 | 333 | 37 | 0 | 15 | 130 | 1 | 63 | 141 | 67 |
| Binary | 11111100 | 11011011 | 11111 | 0 | 1101 | 1011000 | 1 | 110011 | 1100001 | 110111 |
Color Harmonies of #FCDB1F
Complementary color
Monochromatic Colors of #FCDB1F
Black with #FCDB1F
Text Example
Text Example
White with #FCDB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB1F; }
p { color: rgb(252,219,31); }
H1.HeaderClassName
{
color: #FCDB1F;
}
.AnyTagClassName
{
color: #FCDB1F;
}
</style>
background-color css
<style>
a { background-color: #FCDB1F; }
a { background-color: rgb(252,219,31); }
div.DivClassName
{
background-color: #FCDB1F;
}
.BgClassName
{
background-color: #FCDB1F;
}
</style>
border-color css
<style>
span { border-color: #FCDB1F; }
span { border-color: rgb(252,219,31); }
td.TdClassName
{
border-color: #FCDB1F;
}
.TagClassName
{
border-color: #FCDB1F;
}
</style>