Shades of Turbo #F3D124
Tints of Turbo #F3D124
RGB
CMYK
RGB Variations
Color information
#F3D124 (or 0xF3D124) is known color: Turbo. HEX triplet: F3, D1 and 24. RGB value is (243,209,36). Sum of RGB (Red+Green+Blue) = 243+209+36=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 36 (14.45% from 255 or 7.38% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D124 is #0C2EDB. Grayscale: #C8C8C8. Windows color (decimal): -798428 or 2413043. OLE color: 2413043.
HSL color Cylindrical-coordinate representation of color #F3D124: hue angle of 50.14º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3D124 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 36 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.05 |
| HSL | 50.14º | 0.9% | 0.55% | - |
| HSV(B) | 50.14º | 0.85% | 0.95% | - |
| XYZ | 60.08 | 64.78 | 11.01 | - |
| YUV | 199.44 | 35.76 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 36 | 0 | 0.14 | 0.85 | 0.05 | 50.14 | 0.9 | 0.55 |
| Hex | F3 | D1 | 24 | 0 | E | 55 | 5 | 32 | 5A | 37 |
| Octal | 363 | 321 | 44 | 0 | 16 | 125 | 5 | 62 | 132 | 67 |
| Binary | 11110011 | 11010001 | 100100 | 0 | 1110 | 1010101 | 101 | 110010 | 1011010 | 110111 |
Color Harmonies of #F3D124
Complementary color
Monochromatic Colors of #F3D124
Black with #F3D124
Text Example
Text Example
White with #F3D124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D124; }
p { color: rgb(243,209,36); }
H1.HeaderClassName
{
color: #F3D124;
}
.AnyTagClassName
{
color: #F3D124;
}
</style>
background-color css
<style>
a { background-color: #F3D124; }
a { background-color: rgb(243,209,36); }
div.DivClassName
{
background-color: #F3D124;
}
.BgClassName
{
background-color: #F3D124;
}
</style>
border-color css
<style>
span { border-color: #F3D124; }
span { border-color: rgb(243,209,36); }
td.TdClassName
{
border-color: #F3D124;
}
.TagClassName
{
border-color: #F3D124;
}
</style>