Shades of Turbo #FCD024
Tints of Turbo #FCD024
RGB
CMYK
RGB Variations
Color information
#FCD024 (or 0xFCD024) is known color: Turbo. HEX triplet: FC, D0 and 24. RGB value is (252,208,36). Sum of RGB (Red+Green+Blue) = 252+208+36=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 36 (14.45% from 255 or 7.26% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD024 is #032FDB. Grayscale: #CACACA. Windows color (decimal): -208860 or 2412796. OLE color: 2412796.
HSL color Cylindrical-coordinate representation of color #FCD024: hue angle of 47.78º 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 #FCD024 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 36 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.01 |
| HSL | 47.78º | 0.97% | 0.56% | - |
| HSV(B) | 47.78º | 0.86% | 0.99% | - |
| XYZ | 63.02 | 65.93 | 11.07 | - |
| YUV | 201.55 | 34.58 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 36 | 0 | 0.17 | 0.86 | 0.01 | 47.78 | 0.97 | 0.56 |
| Hex | FC | D0 | 24 | 0 | 11 | 56 | 1 | 30 | 61 | 38 |
| Octal | 374 | 320 | 44 | 0 | 21 | 126 | 1 | 60 | 141 | 70 |
| Binary | 11111100 | 11010000 | 100100 | 0 | 10001 | 1010110 | 1 | 110000 | 1100001 | 111000 |
Color Harmonies of #FCD024
Complementary color
Monochromatic Colors of #FCD024
Black with #FCD024
Text Example
Text Example
White with #FCD024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD024; }
p { color: rgb(252,208,36); }
H1.HeaderClassName
{
color: #FCD024;
}
.AnyTagClassName
{
color: #FCD024;
}
</style>
background-color css
<style>
a { background-color: #FCD024; }
a { background-color: rgb(252,208,36); }
div.DivClassName
{
background-color: #FCD024;
}
.BgClassName
{
background-color: #FCD024;
}
</style>
border-color css
<style>
span { border-color: #FCD024; }
span { border-color: rgb(252,208,36); }
td.TdClassName
{
border-color: #FCD024;
}
.TagClassName
{
border-color: #FCD024;
}
</style>