Shades of Turbo #F3D41A
Tints of Turbo #F3D41A
RGB
CMYK
RGB Variations
Color information
#F3D41A (or 0xF3D41A) is known color: Turbo. HEX triplet: F3, D4 and 1A. RGB value is (243,212,26). Sum of RGB (Red+Green+Blue) = 243+212+26=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 26 (10.55% from 255 or 5.41% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D41A is #0C2BE5. Grayscale: #C8C8C8. Windows color (decimal): -797670 or 1758451. OLE color: 1758451.
HSL color Cylindrical-coordinate representation of color #F3D41A: hue angle of 51.43º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F3D41A is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 26 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.05 |
| HSL | 51.43º | 0.9% | 0.53% | - |
| HSV(B) | 51.43º | 0.89% | 0.95% | - |
| XYZ | 60.69 | 66.22 | 10.56 | - |
| YUV | 200.07 | 29.77 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 26 | 0 | 0.13 | 0.89 | 0.05 | 51.43 | 0.9 | 0.53 |
| Hex | F3 | D4 | 1A | 0 | D | 59 | 5 | 33 | 5A | 35 |
| Octal | 363 | 324 | 32 | 0 | 15 | 131 | 5 | 63 | 132 | 65 |
| Binary | 11110011 | 11010100 | 11010 | 0 | 1101 | 1011001 | 101 | 110011 | 1011010 | 110101 |
Color Harmonies of #F3D41A
Complementary color
Monochromatic Colors of #F3D41A
Black with #F3D41A
Text Example
Text Example
White with #F3D41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D41A; }
p { color: rgb(243,212,26); }
H1.HeaderClassName
{
color: #F3D41A;
}
.AnyTagClassName
{
color: #F3D41A;
}
</style>
background-color css
<style>
a { background-color: #F3D41A; }
a { background-color: rgb(243,212,26); }
div.DivClassName
{
background-color: #F3D41A;
}
.BgClassName
{
background-color: #F3D41A;
}
</style>
border-color css
<style>
span { border-color: #F3D41A; }
span { border-color: rgb(243,212,26); }
td.TdClassName
{
border-color: #F3D41A;
}
.TagClassName
{
border-color: #F3D41A;
}
</style>