Shades of Turbo #F5DC1D
Tints of Turbo #F5DC1D
RGB
CMYK
RGB Variations
Color information
#F5DC1D (or 0xF5DC1D) is known color: Turbo. HEX triplet: F5, DC and 1D. RGB value is (245,220,29). Sum of RGB (Red+Green+Blue) = 245+220+29=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC1D is #0A23E2. Grayscale: #CECECE. Windows color (decimal): -664547 or 1957109. OLE color: 1957109.
HSL color Cylindrical-coordinate representation of color #F5DC1D: hue angle of 53.06º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5DC1D is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 29 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.04 |
| HSL | 53.06º | 0.92% | 0.54% | - |
| HSV(B) | 53.06º | 0.88% | 0.96% | - |
| XYZ | 63.47 | 70.69 | 11.46 | - |
| YUV | 205.7 | 28.28 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 29 | 0 | 0.10 | 0.88 | 0.04 | 53.06 | 0.92 | 0.54 |
| Hex | F5 | DC | 1D | 0 | A | 58 | 4 | 35 | 5C | 36 |
| Octal | 365 | 334 | 35 | 0 | 12 | 130 | 4 | 65 | 134 | 66 |
| Binary | 11110101 | 11011100 | 11101 | 0 | 1010 | 1011000 | 100 | 110101 | 1011100 | 110110 |
Color Harmonies of #F5DC1D
Complementary color
Monochromatic Colors of #F5DC1D
Black with #F5DC1D
Text Example
Text Example
White with #F5DC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC1D; }
p { color: rgb(245,220,29); }
H1.HeaderClassName
{
color: #F5DC1D;
}
.AnyTagClassName
{
color: #F5DC1D;
}
</style>
background-color css
<style>
a { background-color: #F5DC1D; }
a { background-color: rgb(245,220,29); }
div.DivClassName
{
background-color: #F5DC1D;
}
.BgClassName
{
background-color: #F5DC1D;
}
</style>
border-color css
<style>
span { border-color: #F5DC1D; }
span { border-color: rgb(245,220,29); }
td.TdClassName
{
border-color: #F5DC1D;
}
.TagClassName
{
border-color: #F5DC1D;
}
</style>