Shades of Turbo #FCD724
Tints of Turbo #FCD724
RGB
CMYK
RGB Variations
Color information
#FCD724 (or 0xFCD724) is known color: Turbo. HEX triplet: FC, D7 and 24. RGB value is (252,215,36). Sum of RGB (Red+Green+Blue) = 252+215+36=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 36 (14.45% from 255 or 7.16% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD724 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD724 is #0328DB. Grayscale: #CECECE. Windows color (decimal): -207068 or 2414588. OLE color: 2414588.
HSL color Cylindrical-coordinate representation of color #FCD724: hue angle of 49.72º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCD724 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 36 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.01 |
| HSL | 49.72º | 0.97% | 0.56% | - |
| HSV(B) | 49.72º | 0.86% | 0.99% | - |
| XYZ | 64.76 | 69.42 | 11.66 | - |
| YUV | 205.66 | 32.26 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 36 | 0 | 0.15 | 0.86 | 0.01 | 49.72 | 0.97 | 0.56 |
| Hex | FC | D7 | 24 | 0 | F | 56 | 1 | 32 | 61 | 38 |
| Octal | 374 | 327 | 44 | 0 | 17 | 126 | 1 | 62 | 141 | 70 |
| Binary | 11111100 | 11010111 | 100100 | 0 | 1111 | 1010110 | 1 | 110010 | 1100001 | 111000 |
Color Harmonies of #FCD724
Complementary color
Monochromatic Colors of #FCD724
Black with #FCD724
Text Example
Text Example
White with #FCD724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD724; }
p { color: rgb(252,215,36); }
H1.HeaderClassName
{
color: #FCD724;
}
.AnyTagClassName
{
color: #FCD724;
}
</style>
background-color css
<style>
a { background-color: #FCD724; }
a { background-color: rgb(252,215,36); }
div.DivClassName
{
background-color: #FCD724;
}
.BgClassName
{
background-color: #FCD724;
}
</style>
border-color css
<style>
span { border-color: #FCD724; }
span { border-color: rgb(252,215,36); }
td.TdClassName
{
border-color: #FCD724;
}
.TagClassName
{
border-color: #FCD724;
}
</style>