Shades of Turbo #FCCE18
Tints of Turbo #FCCE18
RGB
CMYK
RGB Variations
Color information
#FCCE18 (or 0xFCCE18) is known color: Turbo. HEX triplet: FC, CE and 18. RGB value is (252,206,24). Sum of RGB (Red+Green+Blue) = 252+206+24=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCE18 is #0331E7. Grayscale: #C7C7C7. Windows color (decimal): -209384 or 1625852. OLE color: 1625852.
HSL color Cylindrical-coordinate representation of color #FCCE18: hue angle of 47.89º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCCE18 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 24 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.01 |
| HSL | 47.89º | 0.97% | 0.54% | - |
| HSV(B) | 47.89º | 0.9% | 0.99% | - |
| XYZ | 62.38 | 64.9 | 10.1 | - |
| YUV | 199.01 | 29.24 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 24 | 0 | 0.18 | 0.90 | 0.01 | 47.89 | 0.97 | 0.54 |
| Hex | FC | CE | 18 | 0 | 12 | 5A | 1 | 30 | 61 | 36 |
| Octal | 374 | 316 | 30 | 0 | 22 | 132 | 1 | 60 | 141 | 66 |
| Binary | 11111100 | 11001110 | 11000 | 0 | 10010 | 1011010 | 1 | 110000 | 1100001 | 110110 |
Color Harmonies of #FCCE18
Complementary color
Monochromatic Colors of #FCCE18
Black with #FCCE18
Text Example
Text Example
White with #FCCE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE18; }
p { color: rgb(252,206,24); }
H1.HeaderClassName
{
color: #FCCE18;
}
.AnyTagClassName
{
color: #FCCE18;
}
</style>
background-color css
<style>
a { background-color: #FCCE18; }
a { background-color: rgb(252,206,24); }
div.DivClassName
{
background-color: #FCCE18;
}
.BgClassName
{
background-color: #FCCE18;
}
</style>
border-color css
<style>
span { border-color: #FCCE18; }
span { border-color: rgb(252,206,24); }
td.TdClassName
{
border-color: #FCCE18;
}
.TagClassName
{
border-color: #FCCE18;
}
</style>