Shades of Turbo #FCC815
Tints of Turbo #FCC815
RGB
CMYK
RGB Variations
Color information
#FCC815 (or 0xFCC815) is known color: Turbo. HEX triplet: FC, C8 and 15. RGB value is (252,200,21). Sum of RGB (Red+Green+Blue) = 252+200+21=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC815 is #0337EA. Grayscale: #C3C3C3. Windows color (decimal): -210923 or 1427708. OLE color: 1427708.
HSL color Cylindrical-coordinate representation of color #FCC815: hue angle of 46.49º 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 #FCC815 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 21 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.01 |
| HSL | 46.49º | 0.97% | 0.54% | - |
| HSV(B) | 46.49º | 0.92% | 0.99% | - |
| XYZ | 60.93 | 62.06 | 9.48 | - |
| YUV | 195.14 | 29.73 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 21 | 0 | 0.21 | 0.92 | 0.01 | 46.49 | 0.97 | 0.54 |
| Hex | FC | C8 | 15 | 0 | 15 | 5C | 1 | 2E | 61 | 36 |
| Octal | 374 | 310 | 25 | 0 | 25 | 134 | 1 | 56 | 141 | 66 |
| Binary | 11111100 | 11001000 | 10101 | 0 | 10101 | 1011100 | 1 | 101110 | 1100001 | 110110 |
Color Harmonies of #FCC815
Complementary color
Monochromatic Colors of #FCC815
Black with #FCC815
Text Example
Text Example
White with #FCC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC815; }
p { color: rgb(252,200,21); }
H1.HeaderClassName
{
color: #FCC815;
}
.AnyTagClassName
{
color: #FCC815;
}
</style>
background-color css
<style>
a { background-color: #FCC815; }
a { background-color: rgb(252,200,21); }
div.DivClassName
{
background-color: #FCC815;
}
.BgClassName
{
background-color: #FCC815;
}
</style>
border-color css
<style>
span { border-color: #FCC815; }
span { border-color: rgb(252,200,21); }
td.TdClassName
{
border-color: #FCC815;
}
.TagClassName
{
border-color: #FCC815;
}
</style>