Shades of Turbo #FCC421
Tints of Turbo #FCC421
RGB
CMYK
RGB Variations
Color information
#FCC421 (or 0xFCC421) is known color: Turbo. HEX triplet: FC, C4 and 21. RGB value is (252,196,33). Sum of RGB (Red+Green+Blue) = 252+196+33=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 33 (13.28% from 255 or 6.86% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC421 is #033BDE. Grayscale: #C2C2C2. Windows color (decimal): -211935 or 2213116. OLE color: 2213116.
HSL color Cylindrical-coordinate representation of color #FCC421: hue angle of 44.66º 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 #FCC421 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 33 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.01 |
| HSL | 44.66º | 0.97% | 0.56% | - |
| HSV(B) | 44.66º | 0.87% | 0.99% | - |
| XYZ | 60.16 | 60.29 | 9.9 | - |
| YUV | 194.16 | 37.05 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 33 | 0 | 0.22 | 0.87 | 0.01 | 44.66 | 0.97 | 0.56 |
| Hex | FC | C4 | 21 | 0 | 16 | 57 | 1 | 2D | 61 | 38 |
| Octal | 374 | 304 | 41 | 0 | 26 | 127 | 1 | 55 | 141 | 70 |
| Binary | 11111100 | 11000100 | 100001 | 0 | 10110 | 1010111 | 1 | 101101 | 1100001 | 111000 |
Color Harmonies of #FCC421
Complementary color
Monochromatic Colors of #FCC421
Black with #FCC421
Text Example
Text Example
White with #FCC421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC421; }
p { color: rgb(252,196,33); }
H1.HeaderClassName
{
color: #FCC421;
}
.AnyTagClassName
{
color: #FCC421;
}
</style>
background-color css
<style>
a { background-color: #FCC421; }
a { background-color: rgb(252,196,33); }
div.DivClassName
{
background-color: #FCC421;
}
.BgClassName
{
background-color: #FCC421;
}
</style>
border-color css
<style>
span { border-color: #FCC421; }
span { border-color: rgb(252,196,33); }
td.TdClassName
{
border-color: #FCC421;
}
.TagClassName
{
border-color: #FCC421;
}
</style>