Shades of Turbo #FCDC1F
Tints of Turbo #FCDC1F
RGB
CMYK
RGB Variations
Color information
#FCDC1F (or 0xFCDC1F) is known color: Turbo. HEX triplet: FC, DC and 1F. RGB value is (252,220,31). Sum of RGB (Red+Green+Blue) = 252+220+31=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 31 (12.5% from 255 or 6.16% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC1F is #0323E0. Grayscale: #D0D0D0. Windows color (decimal): -205793 or 2088188. OLE color: 2088188.
HSL color Cylindrical-coordinate representation of color #FCDC1F: hue angle of 51.31º 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 #FCDC1F is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 31 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.01 |
| HSL | 51.31º | 0.97% | 0.55% | - |
| HSV(B) | 51.31º | 0.88% | 0.99% | - |
| XYZ | 65.99 | 71.98 | 11.71 | - |
| YUV | 208.02 | 28.1 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 31 | 0 | 0.13 | 0.88 | 0.01 | 51.31 | 0.97 | 0.55 |
| Hex | FC | DC | 1F | 0 | D | 58 | 1 | 33 | 61 | 37 |
| Octal | 374 | 334 | 37 | 0 | 15 | 130 | 1 | 63 | 141 | 67 |
| Binary | 11111100 | 11011100 | 11111 | 0 | 1101 | 1011000 | 1 | 110011 | 1100001 | 110111 |
Color Harmonies of #FCDC1F
Complementary color
Monochromatic Colors of #FCDC1F
Black with #FCDC1F
Text Example
Text Example
White with #FCDC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC1F; }
p { color: rgb(252,220,31); }
H1.HeaderClassName
{
color: #FCDC1F;
}
.AnyTagClassName
{
color: #FCDC1F;
}
</style>
background-color css
<style>
a { background-color: #FCDC1F; }
a { background-color: rgb(252,220,31); }
div.DivClassName
{
background-color: #FCDC1F;
}
.BgClassName
{
background-color: #FCDC1F;
}
</style>
border-color css
<style>
span { border-color: #FCDC1F; }
span { border-color: rgb(252,220,31); }
td.TdClassName
{
border-color: #FCDC1F;
}
.TagClassName
{
border-color: #FCDC1F;
}
</style>