Shades of Turbo #FCD313
Tints of Turbo #FCD313
RGB
CMYK
RGB Variations
Color information
#FCD313 (or 0xFCD313) is known color: Turbo. HEX triplet: FC, D3 and 13. RGB value is (252,211,19). Sum of RGB (Red+Green+Blue) = 252+211+19=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 19 (7.81% from 255 or 3.94% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD313 is #032CEC. Grayscale: #CACACA. Windows color (decimal): -208109 or 1299452. OLE color: 1299452.
HSL color Cylindrical-coordinate representation of color #FCD313: hue angle of 49.44º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCD313 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 19 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.01 |
| HSL | 49.44º | 0.97% | 0.53% | - |
| HSV(B) | 49.44º | 0.92% | 0.99% | - |
| XYZ | 63.56 | 67.33 | 10.26 | - |
| YUV | 201.37 | 25.08 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 19 | 0 | 0.16 | 0.92 | 0.01 | 49.44 | 0.97 | 0.53 |
| Hex | FC | D3 | 13 | 0 | 10 | 5C | 1 | 31 | 61 | 35 |
| Octal | 374 | 323 | 23 | 0 | 20 | 134 | 1 | 61 | 141 | 65 |
| Binary | 11111100 | 11010011 | 10011 | 0 | 10000 | 1011100 | 1 | 110001 | 1100001 | 110101 |
Color Harmonies of #FCD313
Complementary color
Monochromatic Colors of #FCD313
Black with #FCD313
Text Example
Text Example
White with #FCD313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD313; }
p { color: rgb(252,211,19); }
H1.HeaderClassName
{
color: #FCD313;
}
.AnyTagClassName
{
color: #FCD313;
}
</style>
background-color css
<style>
a { background-color: #FCD313; }
a { background-color: rgb(252,211,19); }
div.DivClassName
{
background-color: #FCD313;
}
.BgClassName
{
background-color: #FCD313;
}
</style>
border-color css
<style>
span { border-color: #FCD313; }
span { border-color: rgb(252,211,19); }
td.TdClassName
{
border-color: #FCD313;
}
.TagClassName
{
border-color: #FCD313;
}
</style>