Shades of Turbo #F3D61A
Tints of Turbo #F3D61A
RGB
CMYK
RGB Variations
Color information
#F3D61A (or 0xF3D61A) is known color: Turbo. HEX triplet: F3, D6 and 1A. RGB value is (243,214,26). Sum of RGB (Red+Green+Blue) = 243+214+26=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 26 (10.55% from 255 or 5.38% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D61A is #0C29E5. Grayscale: #CACACA. Windows color (decimal): -797158 or 1758963. OLE color: 1758963.
HSL color Cylindrical-coordinate representation of color #F3D61A: hue angle of 51.98º 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 #F3D61A is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 214 | 26 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.05 |
| HSL | 51.98º | 0.9% | 0.53% | - |
| HSV(B) | 51.98º | 0.89% | 0.95% | - |
| XYZ | 61.2 | 67.22 | 10.73 | - |
| YUV | 201.24 | 29.11 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 214 | 26 | 0 | 0.12 | 0.89 | 0.05 | 51.98 | 0.9 | 0.53 |
| Hex | F3 | D6 | 1A | 0 | C | 59 | 5 | 34 | 5A | 35 |
| Octal | 363 | 326 | 32 | 0 | 14 | 131 | 5 | 64 | 132 | 65 |
| Binary | 11110011 | 11010110 | 11010 | 0 | 1100 | 1011001 | 101 | 110100 | 1011010 | 110101 |
Color Harmonies of #F3D61A
Complementary color
Monochromatic Colors of #F3D61A
Black with #F3D61A
Text Example
Text Example
White with #F3D61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D61A; }
p { color: rgb(243,214,26); }
H1.HeaderClassName
{
color: #F3D61A;
}
.AnyTagClassName
{
color: #F3D61A;
}
</style>
background-color css
<style>
a { background-color: #F3D61A; }
a { background-color: rgb(243,214,26); }
div.DivClassName
{
background-color: #F3D61A;
}
.BgClassName
{
background-color: #F3D61A;
}
</style>
border-color css
<style>
span { border-color: #F3D61A; }
span { border-color: rgb(243,214,26); }
td.TdClassName
{
border-color: #F3D61A;
}
.TagClassName
{
border-color: #F3D61A;
}
</style>