Shades of Turbo #F3D324
Tints of Turbo #F3D324
RGB
CMYK
RGB Variations
Color information
#F3D324 (or 0xF3D324) is known color: Turbo. HEX triplet: F3, D3 and 24. RGB value is (243,211,36). Sum of RGB (Red+Green+Blue) = 243+211+36=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 36 (14.45% from 255 or 7.35% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D324 is #0C2CDB. Grayscale: #C9C9C9. Windows color (decimal): -797916 or 2413555. OLE color: 2413555.
HSL color Cylindrical-coordinate representation of color #F3D324: hue angle of 50.72º 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 #F3D324 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 36 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.05 |
| HSL | 50.72º | 0.9% | 0.55% | - |
| HSV(B) | 50.72º | 0.85% | 0.95% | - |
| XYZ | 60.57 | 65.77 | 11.17 | - |
| YUV | 200.62 | 35.1 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 36 | 0 | 0.13 | 0.85 | 0.05 | 50.72 | 0.9 | 0.55 |
| Hex | F3 | D3 | 24 | 0 | D | 55 | 5 | 33 | 5A | 37 |
| Octal | 363 | 323 | 44 | 0 | 15 | 125 | 5 | 63 | 132 | 67 |
| Binary | 11110011 | 11010011 | 100100 | 0 | 1101 | 1010101 | 101 | 110011 | 1011010 | 110111 |
Color Harmonies of #F3D324
Complementary color
Monochromatic Colors of #F3D324
Black with #F3D324
Text Example
Text Example
White with #F3D324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D324; }
p { color: rgb(243,211,36); }
H1.HeaderClassName
{
color: #F3D324;
}
.AnyTagClassName
{
color: #F3D324;
}
</style>
background-color css
<style>
a { background-color: #F3D324; }
a { background-color: rgb(243,211,36); }
div.DivClassName
{
background-color: #F3D324;
}
.BgClassName
{
background-color: #F3D324;
}
</style>
border-color css
<style>
span { border-color: #F3D324; }
span { border-color: rgb(243,211,36); }
td.TdClassName
{
border-color: #F3D324;
}
.TagClassName
{
border-color: #F3D324;
}
</style>