Shades of Turbo #F3D321
Tints of Turbo #F3D321
RGB
CMYK
RGB Variations
Color information
#F3D321 (or 0xF3D321) is known color: Turbo. HEX triplet: F3, D3 and 21. RGB value is (243,211,33). Sum of RGB (Red+Green+Blue) = 243+211+33=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 33 (13.28% from 255 or 6.78% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D321 is #0C2CDE. Grayscale: #C9C9C9. Windows color (decimal): -797919 or 2216947. OLE color: 2216947.
HSL color Cylindrical-coordinate representation of color #F3D321: hue angle of 50.86º 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 #F3D321 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 33 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.05 |
| HSL | 50.86º | 0.9% | 0.54% | - |
| HSV(B) | 50.86º | 0.86% | 0.95% | - |
| XYZ | 60.53 | 65.75 | 10.94 | - |
| YUV | 200.28 | 33.6 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 33 | 0 | 0.13 | 0.86 | 0.05 | 50.86 | 0.9 | 0.54 |
| Hex | F3 | D3 | 21 | 0 | D | 56 | 5 | 33 | 5A | 36 |
| Octal | 363 | 323 | 41 | 0 | 15 | 126 | 5 | 63 | 132 | 66 |
| Binary | 11110011 | 11010011 | 100001 | 0 | 1101 | 1010110 | 101 | 110011 | 1011010 | 110110 |
Color Harmonies of #F3D321
Complementary color
Monochromatic Colors of #F3D321
Black with #F3D321
Text Example
Text Example
White with #F3D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D321; }
p { color: rgb(243,211,33); }
H1.HeaderClassName
{
color: #F3D321;
}
.AnyTagClassName
{
color: #F3D321;
}
</style>
background-color css
<style>
a { background-color: #F3D321; }
a { background-color: rgb(243,211,33); }
div.DivClassName
{
background-color: #F3D321;
}
.BgClassName
{
background-color: #F3D321;
}
</style>
border-color css
<style>
span { border-color: #F3D321; }
span { border-color: rgb(243,211,33); }
td.TdClassName
{
border-color: #F3D321;
}
.TagClassName
{
border-color: #F3D321;
}
</style>