Shades of Turbo #FCC917
Tints of Turbo #FCC917
RGB
CMYK
RGB Variations
Color information
#FCC917 (or 0xFCC917) is known color: Turbo. HEX triplet: FC, C9 and 17. RGB value is (252,201,23). Sum of RGB (Red+Green+Blue) = 252+201+23=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 23 (9.38% from 255 or 4.83% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC917 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC917 is #0336E8. Grayscale: #C4C4C4. Windows color (decimal): -210665 or 1559036. OLE color: 1559036.
HSL color Cylindrical-coordinate representation of color #FCC917: hue angle of 46.64º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCC917 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 23 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.01 |
| HSL | 46.64º | 0.97% | 0.54% | - |
| HSV(B) | 46.64º | 0.91% | 0.99% | - |
| XYZ | 61.19 | 62.53 | 9.66 | - |
| YUV | 195.96 | 30.4 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 23 | 0 | 0.20 | 0.91 | 0.01 | 46.64 | 0.97 | 0.54 |
| Hex | FC | C9 | 17 | 0 | 14 | 5B | 1 | 2F | 61 | 36 |
| Octal | 374 | 311 | 27 | 0 | 24 | 133 | 1 | 57 | 141 | 66 |
| Binary | 11111100 | 11001001 | 10111 | 0 | 10100 | 1011011 | 1 | 101111 | 1100001 | 110110 |
Color Harmonies of #FCC917
Complementary color
Monochromatic Colors of #FCC917
Black with #FCC917
Text Example
Text Example
White with #FCC917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC917; }
p { color: rgb(252,201,23); }
H1.HeaderClassName
{
color: #FCC917;
}
.AnyTagClassName
{
color: #FCC917;
}
</style>
background-color css
<style>
a { background-color: #FCC917; }
a { background-color: rgb(252,201,23); }
div.DivClassName
{
background-color: #FCC917;
}
.BgClassName
{
background-color: #FCC917;
}
</style>
border-color css
<style>
span { border-color: #FCC917; }
span { border-color: rgb(252,201,23); }
td.TdClassName
{
border-color: #FCC917;
}
.TagClassName
{
border-color: #FCC917;
}
</style>