Shades of Turbo #F3D326
Tints of Turbo #F3D326
RGB
CMYK
RGB Variations
Color information
#F3D326 (or 0xF3D326) is known color: Turbo. HEX triplet: F3, D3 and 26. RGB value is (243,211,38). Sum of RGB (Red+Green+Blue) = 243+211+38=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 38 (15.23% from 255 or 7.72% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D326 is #0C2CD9. Grayscale: #C9C9C9. Windows color (decimal): -797914 or 2544627. OLE color: 2544627.
HSL color Cylindrical-coordinate representation of color #F3D326: hue angle of 50.63º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F3D326 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 38 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.05 |
| HSL | 50.63º | 0.9% | 0.55% | - |
| HSV(B) | 50.63º | 0.84% | 0.95% | - |
| XYZ | 60.61 | 65.78 | 11.34 | - |
| YUV | 200.85 | 36.1 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 38 | 0 | 0.13 | 0.84 | 0.05 | 50.63 | 0.9 | 0.55 |
| Hex | F3 | D3 | 26 | 0 | D | 54 | 5 | 33 | 5A | 37 |
| Octal | 363 | 323 | 46 | 0 | 15 | 124 | 5 | 63 | 132 | 67 |
| Binary | 11110011 | 11010011 | 100110 | 0 | 1101 | 1010100 | 101 | 110011 | 1011010 | 110111 |
Color Harmonies of #F3D326
Complementary color
Monochromatic Colors of #F3D326
Black with #F3D326
Text Example
Text Example
White with #F3D326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D326; }
p { color: rgb(243,211,38); }
H1.HeaderClassName
{
color: #F3D326;
}
.AnyTagClassName
{
color: #F3D326;
}
</style>
background-color css
<style>
a { background-color: #F3D326; }
a { background-color: rgb(243,211,38); }
div.DivClassName
{
background-color: #F3D326;
}
.BgClassName
{
background-color: #F3D326;
}
</style>
border-color css
<style>
span { border-color: #F3D326; }
span { border-color: rgb(243,211,38); }
td.TdClassName
{
border-color: #F3D326;
}
.TagClassName
{
border-color: #F3D326;
}
</style>