Shades of Turbo #FCC621
Tints of Turbo #FCC621
RGB
CMYK
RGB Variations
Color information
#FCC621 (or 0xFCC621) is known color: Turbo. HEX triplet: FC, C6 and 21. RGB value is (252,198,33). Sum of RGB (Red+Green+Blue) = 252+198+33=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 33 (13.28% from 255 or 6.83% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC621 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC621 is #0339DE. Grayscale: #C4C4C4. Windows color (decimal): -211423 or 2213628. OLE color: 2213628.
HSL color Cylindrical-coordinate representation of color #FCC621: hue angle of 45.21º 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 #FCC621 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 33 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.01 |
| HSL | 45.21º | 0.97% | 0.56% | - |
| HSV(B) | 45.21º | 0.87% | 0.99% | - |
| XYZ | 60.61 | 61.19 | 10.06 | - |
| YUV | 195.34 | 36.39 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 33 | 0 | 0.21 | 0.87 | 0.01 | 45.21 | 0.97 | 0.56 |
| Hex | FC | C6 | 21 | 0 | 15 | 57 | 1 | 2D | 61 | 38 |
| Octal | 374 | 306 | 41 | 0 | 25 | 127 | 1 | 55 | 141 | 70 |
| Binary | 11111100 | 11000110 | 100001 | 0 | 10101 | 1010111 | 1 | 101101 | 1100001 | 111000 |
Color Harmonies of #FCC621
Complementary color
Monochromatic Colors of #FCC621
Black with #FCC621
Text Example
Text Example
White with #FCC621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC621; }
p { color: rgb(252,198,33); }
H1.HeaderClassName
{
color: #FCC621;
}
.AnyTagClassName
{
color: #FCC621;
}
</style>
background-color css
<style>
a { background-color: #FCC621; }
a { background-color: rgb(252,198,33); }
div.DivClassName
{
background-color: #FCC621;
}
.BgClassName
{
background-color: #FCC621;
}
</style>
border-color css
<style>
span { border-color: #FCC621; }
span { border-color: rgb(252,198,33); }
td.TdClassName
{
border-color: #FCC621;
}
.TagClassName
{
border-color: #FCC621;
}
</style>