Shades of Turbo #FCC915
Tints of Turbo #FCC915
RGB
CMYK
RGB Variations
Color information
#FCC915 (or 0xFCC915) is known color: Turbo. HEX triplet: FC, C9 and 15. RGB value is (252,201,21). Sum of RGB (Red+Green+Blue) = 252+201+21=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 21 (8.59% from 255 or 4.43% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC915 is #0336EA. Grayscale: #C4C4C4. Windows color (decimal): -210667 or 1427964. OLE color: 1427964.
HSL color Cylindrical-coordinate representation of color #FCC915: hue angle of 46.75º 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 #FCC915 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 21 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.01 |
| HSL | 46.75º | 0.97% | 0.54% | - |
| HSV(B) | 46.75º | 0.92% | 0.99% | - |
| XYZ | 61.17 | 62.52 | 9.55 | - |
| YUV | 195.73 | 29.4 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 21 | 0 | 0.20 | 0.92 | 0.01 | 46.75 | 0.97 | 0.54 |
| Hex | FC | C9 | 15 | 0 | 14 | 5C | 1 | 2F | 61 | 36 |
| Octal | 374 | 311 | 25 | 0 | 24 | 134 | 1 | 57 | 141 | 66 |
| Binary | 11111100 | 11001001 | 10101 | 0 | 10100 | 1011100 | 1 | 101111 | 1100001 | 110110 |
Color Harmonies of #FCC915
Complementary color
Monochromatic Colors of #FCC915
Black with #FCC915
Text Example
Text Example
White with #FCC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC915; }
p { color: rgb(252,201,21); }
H1.HeaderClassName
{
color: #FCC915;
}
.AnyTagClassName
{
color: #FCC915;
}
</style>
background-color css
<style>
a { background-color: #FCC915; }
a { background-color: rgb(252,201,21); }
div.DivClassName
{
background-color: #FCC915;
}
.BgClassName
{
background-color: #FCC915;
}
</style>
border-color css
<style>
span { border-color: #FCC915; }
span { border-color: rgb(252,201,21); }
td.TdClassName
{
border-color: #FCC915;
}
.TagClassName
{
border-color: #FCC915;
}
</style>