Shades of Turbo #FFC221
Tints of Turbo #FFC221
RGB
CMYK
RGB Variations
Color information
#FFC221 (or 0xFFC221) is known color: Turbo. HEX triplet: FF, C2 and 21. RGB value is (255,194,33). Sum of RGB (Red+Green+Blue) = 255+194+33=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 33 (13.28% from 255 or 6.85% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC221 is #003DDE. Grayscale: #C2C2C2. Windows color (decimal): -15839 or 2212607. OLE color: 2212607.
HSL color Cylindrical-coordinate representation of color #FFC221: hue angle of 43.51º 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 #FFC221 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 33 | - |
| CMYK | 0 | 0.24 | 0.87 | 0 |
| HSL | 43.51º | 1% | 0.56% | - |
| HSV(B) | 43.51º | 0.87% | 1% | - |
| XYZ | 60.81 | 59.95 | 9.81 | - |
| YUV | 193.89 | 37.21 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 33 | 0 | 0.24 | 0.87 | 0 | 43.51 | 1 | 0.56 |
| Hex | FF | C2 | 21 | 0 | 18 | 57 | 0 | 2C | 64 | 38 |
| Octal | 377 | 302 | 41 | 0 | 30 | 127 | 0 | 54 | 144 | 70 |
| Binary | 11111111 | 11000010 | 100001 | 0 | 11000 | 1010111 | 0 | 101100 | 1100100 | 111000 |
Color Harmonies of #FFC221
Complementary color
Monochromatic Colors of #FFC221
Black with #FFC221
Text Example
Text Example
White with #FFC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC221; }
p { color: rgb(255,194,33); }
H1.HeaderClassName
{
color: #FFC221;
}
.AnyTagClassName
{
color: #FFC221;
}
</style>
background-color css
<style>
a { background-color: #FFC221; }
a { background-color: rgb(255,194,33); }
div.DivClassName
{
background-color: #FFC221;
}
.BgClassName
{
background-color: #FFC221;
}
</style>
border-color css
<style>
span { border-color: #FFC221; }
span { border-color: rgb(255,194,33); }
td.TdClassName
{
border-color: #FFC221;
}
.TagClassName
{
border-color: #FFC221;
}
</style>