Shades of Turbo #FCCD15
Tints of Turbo #FCCD15
RGB
CMYK
RGB Variations
Color information
#FCCD15 (or 0xFCCD15) is known color: Turbo. HEX triplet: FC, CD and 15. RGB value is (252,205,21). Sum of RGB (Red+Green+Blue) = 252+205+21=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 21 (8.59% from 255 or 4.39% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCD15 is #0332EA. Grayscale: #C6C6C6. Windows color (decimal): -209643 or 1428988. OLE color: 1428988.
HSL color Cylindrical-coordinate representation of color #FCCD15: hue angle of 47.79º 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 #FCCD15 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 21 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.01 |
| HSL | 47.79º | 0.97% | 0.54% | - |
| HSV(B) | 47.79º | 0.92% | 0.99% | - |
| XYZ | 62.11 | 64.41 | 9.87 | - |
| YUV | 198.08 | 28.07 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 21 | 0 | 0.19 | 0.92 | 0.01 | 47.79 | 0.97 | 0.54 |
| Hex | FC | CD | 15 | 0 | 13 | 5C | 1 | 30 | 61 | 36 |
| Octal | 374 | 315 | 25 | 0 | 23 | 134 | 1 | 60 | 141 | 66 |
| Binary | 11111100 | 11001101 | 10101 | 0 | 10011 | 1011100 | 1 | 110000 | 1100001 | 110110 |
Color Harmonies of #FCCD15
Complementary color
Monochromatic Colors of #FCCD15
Black with #FCCD15
Text Example
Text Example
White with #FCCD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD15; }
p { color: rgb(252,205,21); }
H1.HeaderClassName
{
color: #FCCD15;
}
.AnyTagClassName
{
color: #FCCD15;
}
</style>
background-color css
<style>
a { background-color: #FCCD15; }
a { background-color: rgb(252,205,21); }
div.DivClassName
{
background-color: #FCCD15;
}
.BgClassName
{
background-color: #FCCD15;
}
</style>
border-color css
<style>
span { border-color: #FCCD15; }
span { border-color: rgb(252,205,21); }
td.TdClassName
{
border-color: #FCCD15;
}
.TagClassName
{
border-color: #FCCD15;
}
</style>