Shades of Turbo #F9C822
Tints of Turbo #F9C822
RGB
CMYK
RGB Variations
Color information
#F9C822 (or 0xF9C822) is known color: Turbo. HEX triplet: F9, C8 and 22. RGB value is (249,200,34). Sum of RGB (Red+Green+Blue) = 249+200+34=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 34 (13.67% from 255 or 7.04% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C822 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C822 is #0637DD. Grayscale: #C4C4C4. Windows color (decimal): -407518 or 2279673. OLE color: 2279673.
HSL color Cylindrical-coordinate representation of color #F9C822: hue angle of 46.33º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9C822 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 34 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.02 |
| HSL | 46.33º | 0.95% | 0.55% | - |
| HSV(B) | 46.33º | 0.86% | 0.98% | - |
| XYZ | 60.01 | 61.56 | 10.23 | - |
| YUV | 195.73 | 36.73 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 34 | 0 | 0.20 | 0.86 | 0.02 | 46.33 | 0.95 | 0.55 |
| Hex | F9 | C8 | 22 | 0 | 14 | 56 | 2 | 2E | 5F | 37 |
| Octal | 371 | 310 | 42 | 0 | 24 | 126 | 2 | 56 | 137 | 67 |
| Binary | 11111001 | 11001000 | 100010 | 0 | 10100 | 1010110 | 10 | 101110 | 1011111 | 110111 |
Color Harmonies of #F9C822
Complementary color
Monochromatic Colors of #F9C822
Black with #F9C822
Text Example
Text Example
White with #F9C822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C822; }
p { color: rgb(249,200,34); }
H1.HeaderClassName
{
color: #F9C822;
}
.AnyTagClassName
{
color: #F9C822;
}
</style>
background-color css
<style>
a { background-color: #F9C822; }
a { background-color: rgb(249,200,34); }
div.DivClassName
{
background-color: #F9C822;
}
.BgClassName
{
background-color: #F9C822;
}
</style>
border-color css
<style>
span { border-color: #F9C822; }
span { border-color: rgb(249,200,34); }
td.TdClassName
{
border-color: #F9C822;
}
.TagClassName
{
border-color: #F9C822;
}
</style>