Shades of Turbo #FCD527
Tints of Turbo #FCD527
RGB
CMYK
RGB Variations
Color information
#FCD527 (or 0xFCD527) is known color: Turbo. HEX triplet: FC, D5 and 27. RGB value is (252,213,39). Sum of RGB (Red+Green+Blue) = 252+213+39=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 39 (15.62% from 255 or 7.74% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD527 is #032AD8. Grayscale: #CDCDCD. Windows color (decimal): -207577 or 2610684. OLE color: 2610684.
HSL color Cylindrical-coordinate representation of color #FCD527: hue angle of 49.01º 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 #FCD527 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 39 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.01 |
| HSL | 49.01º | 0.97% | 0.57% | - |
| HSV(B) | 49.01º | 0.85% | 0.99% | - |
| XYZ | 64.31 | 68.43 | 11.74 | - |
| YUV | 204.83 | 34.42 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 39 | 0 | 0.15 | 0.85 | 0.01 | 49.01 | 0.97 | 0.57 |
| Hex | FC | D5 | 27 | 0 | F | 55 | 1 | 31 | 61 | 39 |
| Octal | 374 | 325 | 47 | 0 | 17 | 125 | 1 | 61 | 141 | 71 |
| Binary | 11111100 | 11010101 | 100111 | 0 | 1111 | 1010101 | 1 | 110001 | 1100001 | 111001 |
Color Harmonies of #FCD527
Complementary color
Monochromatic Colors of #FCD527
Black with #FCD527
Text Example
Text Example
White with #FCD527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD527; }
p { color: rgb(252,213,39); }
H1.HeaderClassName
{
color: #FCD527;
}
.AnyTagClassName
{
color: #FCD527;
}
</style>
background-color css
<style>
a { background-color: #FCD527; }
a { background-color: rgb(252,213,39); }
div.DivClassName
{
background-color: #FCD527;
}
.BgClassName
{
background-color: #FCD527;
}
</style>
border-color css
<style>
span { border-color: #FCD527; }
span { border-color: rgb(252,213,39); }
td.TdClassName
{
border-color: #FCD527;
}
.TagClassName
{
border-color: #FCD527;
}
</style>