Shades of Turbo #F3DC1D
Tints of Turbo #F3DC1D
RGB
CMYK
RGB Variations
Color information
#F3DC1D (or 0xF3DC1D) is known color: Turbo. HEX triplet: F3, DC and 1D. RGB value is (243,220,29). Sum of RGB (Red+Green+Blue) = 243+220+29=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DC1D is #0C23E2. Grayscale: #CDCDCD. Windows color (decimal): -795619 or 1957107. OLE color: 1957107.
HSL color Cylindrical-coordinate representation of color #F3DC1D: hue angle of 53.55º 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 #F3DC1D is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 29 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.05 |
| HSL | 53.55º | 0.9% | 0.53% | - |
| HSV(B) | 53.55º | 0.88% | 0.95% | - |
| XYZ | 62.78 | 70.33 | 11.43 | - |
| YUV | 205.1 | 28.62 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 29 | 0 | 0.09 | 0.88 | 0.05 | 53.55 | 0.9 | 0.53 |
| Hex | F3 | DC | 1D | 0 | 9 | 58 | 5 | 36 | 5A | 35 |
| Octal | 363 | 334 | 35 | 0 | 11 | 130 | 5 | 66 | 132 | 65 |
| Binary | 11110011 | 11011100 | 11101 | 0 | 1001 | 1011000 | 101 | 110110 | 1011010 | 110101 |
Color Harmonies of #F3DC1D
Complementary color
Monochromatic Colors of #F3DC1D
Black with #F3DC1D
Text Example
Text Example
White with #F3DC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DC1D; }
p { color: rgb(243,220,29); }
H1.HeaderClassName
{
color: #F3DC1D;
}
.AnyTagClassName
{
color: #F3DC1D;
}
</style>
background-color css
<style>
a { background-color: #F3DC1D; }
a { background-color: rgb(243,220,29); }
div.DivClassName
{
background-color: #F3DC1D;
}
.BgClassName
{
background-color: #F3DC1D;
}
</style>
border-color css
<style>
span { border-color: #F3DC1D; }
span { border-color: rgb(243,220,29); }
td.TdClassName
{
border-color: #F3DC1D;
}
.TagClassName
{
border-color: #F3DC1D;
}
</style>