Shades of Turbo #F3DA1C
Tints of Turbo #F3DA1C
RGB
CMYK
RGB Variations
Color information
#F3DA1C (or 0xF3DA1C) is known color: Turbo. HEX triplet: F3, DA and 1C. RGB value is (243,218,28). Sum of RGB (Red+Green+Blue) = 243+218+28=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 28 (11.33% from 255 or 5.73% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DA1C is #0C25E3. Grayscale: #CCCCCC. Windows color (decimal): -796132 or 1891059. OLE color: 1891059.
HSL color Cylindrical-coordinate representation of color #F3DA1C: hue angle of 53.02º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3DA1C is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 28 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.05 |
| HSL | 53.02º | 0.9% | 0.53% | - |
| HSV(B) | 53.02º | 0.88% | 0.95% | - |
| XYZ | 62.24 | 69.28 | 11.19 | - |
| YUV | 203.82 | 28.78 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 28 | 0 | 0.10 | 0.88 | 0.05 | 53.02 | 0.9 | 0.53 |
| Hex | F3 | DA | 1C | 0 | A | 58 | 5 | 35 | 5A | 35 |
| Octal | 363 | 332 | 34 | 0 | 12 | 130 | 5 | 65 | 132 | 65 |
| Binary | 11110011 | 11011010 | 11100 | 0 | 1010 | 1011000 | 101 | 110101 | 1011010 | 110101 |
Color Harmonies of #F3DA1C
Complementary color
Monochromatic Colors of #F3DA1C
Black with #F3DA1C
Text Example
Text Example
White with #F3DA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DA1C; }
p { color: rgb(243,218,28); }
H1.HeaderClassName
{
color: #F3DA1C;
}
.AnyTagClassName
{
color: #F3DA1C;
}
</style>
background-color css
<style>
a { background-color: #F3DA1C; }
a { background-color: rgb(243,218,28); }
div.DivClassName
{
background-color: #F3DA1C;
}
.BgClassName
{
background-color: #F3DA1C;
}
</style>
border-color css
<style>
span { border-color: #F3DA1C; }
span { border-color: rgb(243,218,28); }
td.TdClassName
{
border-color: #F3DA1C;
}
.TagClassName
{
border-color: #F3DA1C;
}
</style>