Shades of Turbo #F3D122
Tints of Turbo #F3D122
RGB
CMYK
RGB Variations
Color information
#F3D122 (or 0xF3D122) is known color: Turbo. HEX triplet: F3, D1 and 22. RGB value is (243,209,34). Sum of RGB (Red+Green+Blue) = 243+209+34=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 34 (13.67% from 255 or 7.00% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D122 is #0C2EDD. Grayscale: #C7C7C7. Windows color (decimal): -798430 or 2281971. OLE color: 2281971.
HSL color Cylindrical-coordinate representation of color #F3D122: hue angle of 50.24º 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 #F3D122 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 34 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.05 |
| HSL | 50.24º | 0.9% | 0.54% | - |
| HSV(B) | 50.24º | 0.86% | 0.95% | - |
| XYZ | 60.05 | 64.77 | 10.85 | - |
| YUV | 199.22 | 34.76 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 34 | 0 | 0.14 | 0.86 | 0.05 | 50.24 | 0.9 | 0.54 |
| Hex | F3 | D1 | 22 | 0 | E | 56 | 5 | 32 | 5A | 36 |
| Octal | 363 | 321 | 42 | 0 | 16 | 126 | 5 | 62 | 132 | 66 |
| Binary | 11110011 | 11010001 | 100010 | 0 | 1110 | 1010110 | 101 | 110010 | 1011010 | 110110 |
Color Harmonies of #F3D122
Complementary color
Monochromatic Colors of #F3D122
Black with #F3D122
Text Example
Text Example
White with #F3D122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D122; }
p { color: rgb(243,209,34); }
H1.HeaderClassName
{
color: #F3D122;
}
.AnyTagClassName
{
color: #F3D122;
}
</style>
background-color css
<style>
a { background-color: #F3D122; }
a { background-color: rgb(243,209,34); }
div.DivClassName
{
background-color: #F3D122;
}
.BgClassName
{
background-color: #F3D122;
}
</style>
border-color css
<style>
span { border-color: #F3D122; }
span { border-color: rgb(243,209,34); }
td.TdClassName
{
border-color: #F3D122;
}
.TagClassName
{
border-color: #F3D122;
}
</style>