Shades of Turbo #FCC523
Tints of Turbo #FCC523
RGB
CMYK
RGB Variations
Color information
#FCC523 (or 0xFCC523) is known color: Turbo. HEX triplet: FC, C5 and 23. RGB value is (252,197,35). Sum of RGB (Red+Green+Blue) = 252+197+35=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 35 (14.06% from 255 or 7.23% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC523 is #033ADC. Grayscale: #C3C3C3. Windows color (decimal): -211677 or 2344444. OLE color: 2344444.
HSL color Cylindrical-coordinate representation of color #FCC523: hue angle of 44.79º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCC523 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 35 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.01 |
| HSL | 44.79º | 0.97% | 0.56% | - |
| HSV(B) | 44.79º | 0.86% | 0.99% | - |
| XYZ | 60.41 | 60.75 | 10.13 | - |
| YUV | 194.98 | 37.72 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 35 | 0 | 0.22 | 0.86 | 0.01 | 44.79 | 0.97 | 0.56 |
| Hex | FC | C5 | 23 | 0 | 16 | 56 | 1 | 2D | 61 | 38 |
| Octal | 374 | 305 | 43 | 0 | 26 | 126 | 1 | 55 | 141 | 70 |
| Binary | 11111100 | 11000101 | 100011 | 0 | 10110 | 1010110 | 1 | 101101 | 1100001 | 111000 |
Color Harmonies of #FCC523
Complementary color
Monochromatic Colors of #FCC523
Black with #FCC523
Text Example
Text Example
White with #FCC523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC523; }
p { color: rgb(252,197,35); }
H1.HeaderClassName
{
color: #FCC523;
}
.AnyTagClassName
{
color: #FCC523;
}
</style>
background-color css
<style>
a { background-color: #FCC523; }
a { background-color: rgb(252,197,35); }
div.DivClassName
{
background-color: #FCC523;
}
.BgClassName
{
background-color: #FCC523;
}
</style>
border-color css
<style>
span { border-color: #FCC523; }
span { border-color: rgb(252,197,35); }
td.TdClassName
{
border-color: #FCC523;
}
.TagClassName
{
border-color: #FCC523;
}
</style>