Shades of Turbo #FCD927
Tints of Turbo #FCD927
RGB
CMYK
RGB Variations
Color information
#FCD927 (or 0xFCD927) is known color: Turbo. HEX triplet: FC, D9 and 27. RGB value is (252,217,39). Sum of RGB (Red+Green+Blue) = 252+217+39=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 39 (15.62% from 255 or 7.68% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD927 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD927 is #0326D8. Grayscale: #CFCFCF. Windows color (decimal): -206553 or 2611708. OLE color: 2611708.
HSL color Cylindrical-coordinate representation of color #FCD927: hue angle of 50.14º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCD927 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 39 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.01 |
| HSL | 50.14º | 0.97% | 0.57% | - |
| HSV(B) | 50.14º | 0.85% | 0.99% | - |
| XYZ | 65.32 | 70.47 | 12.08 | - |
| YUV | 207.17 | 33.1 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 39 | 0 | 0.14 | 0.85 | 0.01 | 50.14 | 0.97 | 0.57 |
| Hex | FC | D9 | 27 | 0 | E | 55 | 1 | 32 | 61 | 39 |
| Octal | 374 | 331 | 47 | 0 | 16 | 125 | 1 | 62 | 141 | 71 |
| Binary | 11111100 | 11011001 | 100111 | 0 | 1110 | 1010101 | 1 | 110010 | 1100001 | 111001 |
Color Harmonies of #FCD927
Complementary color
Monochromatic Colors of #FCD927
Black with #FCD927
Text Example
Text Example
White with #FCD927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD927; }
p { color: rgb(252,217,39); }
H1.HeaderClassName
{
color: #FCD927;
}
.AnyTagClassName
{
color: #FCD927;
}
</style>
background-color css
<style>
a { background-color: #FCD927; }
a { background-color: rgb(252,217,39); }
div.DivClassName
{
background-color: #FCD927;
}
.BgClassName
{
background-color: #FCD927;
}
</style>
border-color css
<style>
span { border-color: #FCD927; }
span { border-color: rgb(252,217,39); }
td.TdClassName
{
border-color: #FCD927;
}
.TagClassName
{
border-color: #FCD927;
}
</style>