Shades of Turbo #F3D222
Tints of Turbo #F3D222
RGB
CMYK
RGB Variations
Color information
#F3D222 (or 0xF3D222) is known color: Turbo. HEX triplet: F3, D2 and 22. RGB value is (243,210,34). Sum of RGB (Red+Green+Blue) = 243+210+34=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 34 (13.67% from 255 or 6.98% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D222 is #0C2DDD. Grayscale: #C8C8C8. Windows color (decimal): -798174 or 2282227. OLE color: 2282227.
HSL color Cylindrical-coordinate representation of color #F3D222: hue angle of 50.53º 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 #F3D222 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 34 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.05 |
| HSL | 50.53º | 0.9% | 0.54% | - |
| HSV(B) | 50.53º | 0.86% | 0.95% | - |
| XYZ | 60.3 | 65.26 | 10.93 | - |
| YUV | 199.8 | 34.43 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 34 | 0 | 0.14 | 0.86 | 0.05 | 50.53 | 0.9 | 0.54 |
| Hex | F3 | D2 | 22 | 0 | E | 56 | 5 | 33 | 5A | 36 |
| Octal | 363 | 322 | 42 | 0 | 16 | 126 | 5 | 63 | 132 | 66 |
| Binary | 11110011 | 11010010 | 100010 | 0 | 1110 | 1010110 | 101 | 110011 | 1011010 | 110110 |
Color Harmonies of #F3D222
Complementary color
Monochromatic Colors of #F3D222
Black with #F3D222
Text Example
Text Example
White with #F3D222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D222; }
p { color: rgb(243,210,34); }
H1.HeaderClassName
{
color: #F3D222;
}
.AnyTagClassName
{
color: #F3D222;
}
</style>
background-color css
<style>
a { background-color: #F3D222; }
a { background-color: rgb(243,210,34); }
div.DivClassName
{
background-color: #F3D222;
}
.BgClassName
{
background-color: #F3D222;
}
</style>
border-color css
<style>
span { border-color: #F3D222; }
span { border-color: rgb(243,210,34); }
td.TdClassName
{
border-color: #F3D222;
}
.TagClassName
{
border-color: #F3D222;
}
</style>