Shades of Turbo #FCC51C
Tints of Turbo #FCC51C
RGB
CMYK
RGB Variations
Color information
#FCC51C (or 0xFCC51C) is known color: Turbo. HEX triplet: FC, C5 and 1C. RGB value is (252,197,28). Sum of RGB (Red+Green+Blue) = 252+197+28=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC51C is #033AE3. Grayscale: #C2C2C2. Windows color (decimal): -211684 or 1885692. OLE color: 1885692.
HSL color Cylindrical-coordinate representation of color #FCC51C: hue angle of 45.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCC51C is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 28 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.01 |
| HSL | 45.27º | 0.97% | 0.55% | - |
| HSV(B) | 45.27º | 0.89% | 0.99% | - |
| XYZ | 60.32 | 60.71 | 9.64 | - |
| YUV | 194.18 | 34.22 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 28 | 0 | 0.22 | 0.89 | 0.01 | 45.27 | 0.97 | 0.55 |
| Hex | FC | C5 | 1C | 0 | 16 | 59 | 1 | 2D | 61 | 37 |
| Octal | 374 | 305 | 34 | 0 | 26 | 131 | 1 | 55 | 141 | 67 |
| Binary | 11111100 | 11000101 | 11100 | 0 | 10110 | 1011001 | 1 | 101101 | 1100001 | 110111 |
Color Harmonies of #FCC51C
Complementary color
Monochromatic Colors of #FCC51C
Black with #FCC51C
Text Example
Text Example
White with #FCC51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC51C; }
p { color: rgb(252,197,28); }
H1.HeaderClassName
{
color: #FCC51C;
}
.AnyTagClassName
{
color: #FCC51C;
}
</style>
background-color css
<style>
a { background-color: #FCC51C; }
a { background-color: rgb(252,197,28); }
div.DivClassName
{
background-color: #FCC51C;
}
.BgClassName
{
background-color: #FCC51C;
}
</style>
border-color css
<style>
span { border-color: #FCC51C; }
span { border-color: rgb(252,197,28); }
td.TdClassName
{
border-color: #FCC51C;
}
.TagClassName
{
border-color: #FCC51C;
}
</style>