Shades of Turbo #F3DA1A
Tints of Turbo #F3DA1A
RGB
CMYK
RGB Variations
Color information
#F3DA1A (or 0xF3DA1A) is known color: Turbo. HEX triplet: F3, DA and 1A. RGB value is (243,218,26). Sum of RGB (Red+Green+Blue) = 243+218+26=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 26 (10.55% from 255 or 5.34% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DA1A is #0C25E5. Grayscale: #CCCCCC. Windows color (decimal): -796134 or 1759987. OLE color: 1759987.
HSL color Cylindrical-coordinate representation of color #F3DA1A: hue angle of 53.09º 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 #F3DA1A is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 26 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.05 |
| HSL | 53.09º | 0.9% | 0.53% | - |
| HSV(B) | 53.09º | 0.89% | 0.95% | - |
| XYZ | 62.22 | 69.27 | 11.07 | - |
| YUV | 203.59 | 27.78 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 26 | 0 | 0.10 | 0.89 | 0.05 | 53.09 | 0.9 | 0.53 |
| Hex | F3 | DA | 1A | 0 | A | 59 | 5 | 35 | 5A | 35 |
| Octal | 363 | 332 | 32 | 0 | 12 | 131 | 5 | 65 | 132 | 65 |
| Binary | 11110011 | 11011010 | 11010 | 0 | 1010 | 1011001 | 101 | 110101 | 1011010 | 110101 |
Color Harmonies of #F3DA1A
Complementary color
Monochromatic Colors of #F3DA1A
Black with #F3DA1A
Text Example
Text Example
White with #F3DA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DA1A; }
p { color: rgb(243,218,26); }
H1.HeaderClassName
{
color: #F3DA1A;
}
.AnyTagClassName
{
color: #F3DA1A;
}
</style>
background-color css
<style>
a { background-color: #F3DA1A; }
a { background-color: rgb(243,218,26); }
div.DivClassName
{
background-color: #F3DA1A;
}
.BgClassName
{
background-color: #F3DA1A;
}
</style>
border-color css
<style>
span { border-color: #F3DA1A; }
span { border-color: rgb(243,218,26); }
td.TdClassName
{
border-color: #F3DA1A;
}
.TagClassName
{
border-color: #F3DA1A;
}
</style>