Shades of Turbo #F3C822
Tints of Turbo #F3C822
RGB
CMYK
RGB Variations
Color information
#F3C822 (or 0xF3C822) is known color: Turbo. HEX triplet: F3, C8 and 22. RGB value is (243,200,34). Sum of RGB (Red+Green+Blue) = 243+200+34=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 34 (13.67% from 255 or 7.13% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C822 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C822 is #0C37DD. Grayscale: #C2C2C2. Windows color (decimal): -800734 or 2279667. OLE color: 2279667.
HSL color Cylindrical-coordinate representation of color #F3C822: hue angle of 47.66º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F3C822 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 34 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.05 |
| HSL | 47.66º | 0.9% | 0.54% | - |
| HSV(B) | 47.66º | 0.86% | 0.95% | - |
| XYZ | 57.91 | 60.48 | 10.14 | - |
| YUV | 193.93 | 37.75 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 34 | 0 | 0.18 | 0.86 | 0.05 | 47.66 | 0.9 | 0.54 |
| Hex | F3 | C8 | 22 | 0 | 12 | 56 | 5 | 30 | 5A | 36 |
| Octal | 363 | 310 | 42 | 0 | 22 | 126 | 5 | 60 | 132 | 66 |
| Binary | 11110011 | 11001000 | 100010 | 0 | 10010 | 1010110 | 101 | 110000 | 1011010 | 110110 |
Color Harmonies of #F3C822
Complementary color
Monochromatic Colors of #F3C822
Black with #F3C822
Text Example
Text Example
White with #F3C822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C822; }
p { color: rgb(243,200,34); }
H1.HeaderClassName
{
color: #F3C822;
}
.AnyTagClassName
{
color: #F3C822;
}
</style>
background-color css
<style>
a { background-color: #F3C822; }
a { background-color: rgb(243,200,34); }
div.DivClassName
{
background-color: #F3C822;
}
.BgClassName
{
background-color: #F3C822;
}
</style>
border-color css
<style>
span { border-color: #F3C822; }
span { border-color: rgb(243,200,34); }
td.TdClassName
{
border-color: #F3C822;
}
.TagClassName
{
border-color: #F3C822;
}
</style>