Shades of Turbo #FCCE15
Tints of Turbo #FCCE15
RGB
CMYK
RGB Variations
Color information
#FCCE15 (or 0xFCCE15) is known color: Turbo. HEX triplet: FC, CE and 15. RGB value is (252,206,21). Sum of RGB (Red+Green+Blue) = 252+206+21=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 21 (8.59% from 255 or 4.38% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCE15 is #0331EA. Grayscale: #C7C7C7. Windows color (decimal): -209387 or 1429244. OLE color: 1429244.
HSL color Cylindrical-coordinate representation of color #FCCE15: hue angle of 48.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCCE15 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 21 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.01 |
| HSL | 48.05º | 0.97% | 0.54% | - |
| HSV(B) | 48.05º | 0.92% | 0.99% | - |
| XYZ | 62.35 | 64.89 | 9.95 | - |
| YUV | 198.66 | 27.74 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 21 | 0 | 0.18 | 0.92 | 0.01 | 48.05 | 0.97 | 0.54 |
| Hex | FC | CE | 15 | 0 | 12 | 5C | 1 | 30 | 61 | 36 |
| Octal | 374 | 316 | 25 | 0 | 22 | 134 | 1 | 60 | 141 | 66 |
| Binary | 11111100 | 11001110 | 10101 | 0 | 10010 | 1011100 | 1 | 110000 | 1100001 | 110110 |
Color Harmonies of #FCCE15
Complementary color
Monochromatic Colors of #FCCE15
Black with #FCCE15
Text Example
Text Example
White with #FCCE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE15; }
p { color: rgb(252,206,21); }
H1.HeaderClassName
{
color: #FCCE15;
}
.AnyTagClassName
{
color: #FCCE15;
}
</style>
background-color css
<style>
a { background-color: #FCCE15; }
a { background-color: rgb(252,206,21); }
div.DivClassName
{
background-color: #FCCE15;
}
.BgClassName
{
background-color: #FCCE15;
}
</style>
border-color css
<style>
span { border-color: #FCCE15; }
span { border-color: rgb(252,206,21); }
td.TdClassName
{
border-color: #FCCE15;
}
.TagClassName
{
border-color: #FCCE15;
}
</style>