Shades of Turbo #FCC820
Tints of Turbo #FCC820
RGB
CMYK
RGB Variations
Color information
#FCC820 (or 0xFCC820) is known color: Turbo. HEX triplet: FC, C8 and 20. RGB value is (252,200,32). Sum of RGB (Red+Green+Blue) = 252+200+32=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC820 is #0337DF. Grayscale: #C5C5C5. Windows color (decimal): -210912 or 2148604. OLE color: 2148604.
HSL color Cylindrical-coordinate representation of color #FCC820: hue angle of 45.82º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCC820 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 32 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.01 |
| HSL | 45.82º | 0.97% | 0.56% | - |
| HSV(B) | 45.82º | 0.87% | 0.99% | - |
| XYZ | 61.06 | 62.11 | 10.14 | - |
| YUV | 196.4 | 35.23 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 32 | 0 | 0.21 | 0.87 | 0.01 | 45.82 | 0.97 | 0.56 |
| Hex | FC | C8 | 20 | 0 | 15 | 57 | 1 | 2E | 61 | 38 |
| Octal | 374 | 310 | 40 | 0 | 25 | 127 | 1 | 56 | 141 | 70 |
| Binary | 11111100 | 11001000 | 100000 | 0 | 10101 | 1010111 | 1 | 101110 | 1100001 | 111000 |
Color Harmonies of #FCC820
Complementary color
Monochromatic Colors of #FCC820
Black with #FCC820
Text Example
Text Example
White with #FCC820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC820; }
p { color: rgb(252,200,32); }
H1.HeaderClassName
{
color: #FCC820;
}
.AnyTagClassName
{
color: #FCC820;
}
</style>
background-color css
<style>
a { background-color: #FCC820; }
a { background-color: rgb(252,200,32); }
div.DivClassName
{
background-color: #FCC820;
}
.BgClassName
{
background-color: #FCC820;
}
</style>
border-color css
<style>
span { border-color: #FCC820; }
span { border-color: rgb(252,200,32); }
td.TdClassName
{
border-color: #FCC820;
}
.TagClassName
{
border-color: #FCC820;
}
</style>