Shades of Turbo #FFC821
Tints of Turbo #FFC821
RGB
CMYK
RGB Variations
Color information
#FFC821 (or 0xFFC821) is known color: Turbo. HEX triplet: FF, C8 and 21. RGB value is (255,200,33). Sum of RGB (Red+Green+Blue) = 255+200+33=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 33 (13.28% from 255 or 6.76% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC821 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC821 is #0037DE. Grayscale: #C6C6C6. Windows color (decimal): -14303 or 2214143. OLE color: 2214143.
HSL color Cylindrical-coordinate representation of color #FFC821: hue angle of 45.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFC821 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 33 | - |
| CMYK | 0 | 0.22 | 0.87 | 0 |
| HSL | 45.14º | 1% | 0.56% | - |
| HSV(B) | 45.14º | 0.87% | 1% | - |
| XYZ | 62.17 | 62.68 | 10.26 | - |
| YUV | 197.41 | 35.22 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 33 | 0 | 0.22 | 0.87 | 0 | 45.14 | 1 | 0.56 |
| Hex | FF | C8 | 21 | 0 | 16 | 57 | 0 | 2D | 64 | 38 |
| Octal | 377 | 310 | 41 | 0 | 26 | 127 | 0 | 55 | 144 | 70 |
| Binary | 11111111 | 11001000 | 100001 | 0 | 10110 | 1010111 | 0 | 101101 | 1100100 | 111000 |
Color Harmonies of #FFC821
Complementary color
Monochromatic Colors of #FFC821
Black with #FFC821
Text Example
Text Example
White with #FFC821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC821; }
p { color: rgb(255,200,33); }
H1.HeaderClassName
{
color: #FFC821;
}
.AnyTagClassName
{
color: #FFC821;
}
</style>
background-color css
<style>
a { background-color: #FFC821; }
a { background-color: rgb(255,200,33); }
div.DivClassName
{
background-color: #FFC821;
}
.BgClassName
{
background-color: #FFC821;
}
</style>
border-color css
<style>
span { border-color: #FFC821; }
span { border-color: rgb(255,200,33); }
td.TdClassName
{
border-color: #FFC821;
}
.TagClassName
{
border-color: #FFC821;
}
</style>