Shades of Turbo #FFC922
Tints of Turbo #FFC922
RGB
CMYK
RGB Variations
Color information
#FFC922 (or 0xFFC922) is known color: Turbo. HEX triplet: FF, C9 and 22. RGB value is (255,201,34). Sum of RGB (Red+Green+Blue) = 255+201+34=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 34 (13.67% from 255 or 6.94% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC922 is #0036DD. Grayscale: #C6C6C6. Windows color (decimal): -14046 or 2279935. OLE color: 2279935.
HSL color Cylindrical-coordinate representation of color #FFC922: hue angle of 45.34º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFC922 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 34 | - |
| CMYK | 0 | 0.21 | 0.87 | 0 |
| HSL | 45.34º | 1% | 0.57% | - |
| HSV(B) | 45.34º | 0.87% | 1% | - |
| XYZ | 62.42 | 63.15 | 10.41 | - |
| YUV | 198.11 | 35.39 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 34 | 0 | 0.21 | 0.87 | 0 | 45.34 | 1 | 0.57 |
| Hex | FF | C9 | 22 | 0 | 15 | 57 | 0 | 2D | 64 | 39 |
| Octal | 377 | 311 | 42 | 0 | 25 | 127 | 0 | 55 | 144 | 71 |
| Binary | 11111111 | 11001001 | 100010 | 0 | 10101 | 1010111 | 0 | 101101 | 1100100 | 111001 |
Color Harmonies of #FFC922
Complementary color
Monochromatic Colors of #FFC922
Black with #FFC922
Text Example
Text Example
White with #FFC922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC922; }
p { color: rgb(255,201,34); }
H1.HeaderClassName
{
color: #FFC922;
}
.AnyTagClassName
{
color: #FFC922;
}
</style>
background-color css
<style>
a { background-color: #FFC922; }
a { background-color: rgb(255,201,34); }
div.DivClassName
{
background-color: #FFC922;
}
.BgClassName
{
background-color: #FFC922;
}
</style>
border-color css
<style>
span { border-color: #FFC922; }
span { border-color: rgb(255,201,34); }
td.TdClassName
{
border-color: #FFC922;
}
.TagClassName
{
border-color: #FFC922;
}
</style>