Shades of Turbo #FCD81E
Tints of Turbo #FCD81E
RGB
CMYK
RGB Variations
Color information
#FCD81E (or 0xFCD81E) is known color: Turbo. HEX triplet: FC, D8 and 1E. RGB value is (252,216,30). Sum of RGB (Red+Green+Blue) = 252+216+30=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 30 (12.11% from 255 or 6.02% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD81E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD81E is #0327E1. Grayscale: #CECECE. Windows color (decimal): -206818 or 2021628. OLE color: 2021628.
HSL color Cylindrical-coordinate representation of color #FCD81E: hue angle of 50.27º 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 #FCD81E is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 30 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.01 |
| HSL | 50.27º | 0.97% | 0.55% | - |
| HSV(B) | 50.27º | 0.88% | 0.99% | - |
| XYZ | 64.94 | 69.9 | 11.3 | - |
| YUV | 205.56 | 28.93 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 30 | 0 | 0.14 | 0.88 | 0.01 | 50.27 | 0.97 | 0.55 |
| Hex | FC | D8 | 1E | 0 | E | 58 | 1 | 32 | 61 | 37 |
| Octal | 374 | 330 | 36 | 0 | 16 | 130 | 1 | 62 | 141 | 67 |
| Binary | 11111100 | 11011000 | 11110 | 0 | 1110 | 1011000 | 1 | 110010 | 1100001 | 110111 |
Color Harmonies of #FCD81E
Complementary color
Monochromatic Colors of #FCD81E
Black with #FCD81E
Text Example
Text Example
White with #FCD81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD81E; }
p { color: rgb(252,216,30); }
H1.HeaderClassName
{
color: #FCD81E;
}
.AnyTagClassName
{
color: #FCD81E;
}
</style>
background-color css
<style>
a { background-color: #FCD81E; }
a { background-color: rgb(252,216,30); }
div.DivClassName
{
background-color: #FCD81E;
}
.BgClassName
{
background-color: #FCD81E;
}
</style>
border-color css
<style>
span { border-color: #FCD81E; }
span { border-color: rgb(252,216,30); }
td.TdClassName
{
border-color: #FCD81E;
}
.TagClassName
{
border-color: #FCD81E;
}
</style>