Shades of Turbo #F5DB1D
Tints of Turbo #F5DB1D
RGB
CMYK
RGB Variations
Color information
#F5DB1D (or 0xF5DB1D) is known color: Turbo. HEX triplet: F5, DB and 1D. RGB value is (245,219,29). Sum of RGB (Red+Green+Blue) = 245+219+29=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DB1D is #0A24E2. Grayscale: #CDCDCD. Windows color (decimal): -664803 or 1956853. OLE color: 1956853.
HSL color Cylindrical-coordinate representation of color #F5DB1D: hue angle of 52.78º 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 #F5DB1D is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 29 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.04 |
| HSL | 52.78º | 0.92% | 0.54% | - |
| HSV(B) | 52.78º | 0.88% | 0.96% | - |
| XYZ | 63.21 | 70.16 | 11.37 | - |
| YUV | 205.11 | 28.61 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 29 | 0 | 0.11 | 0.88 | 0.04 | 52.78 | 0.92 | 0.54 |
| Hex | F5 | DB | 1D | 0 | B | 58 | 4 | 35 | 5C | 36 |
| Octal | 365 | 333 | 35 | 0 | 13 | 130 | 4 | 65 | 134 | 66 |
| Binary | 11110101 | 11011011 | 11101 | 0 | 1011 | 1011000 | 100 | 110101 | 1011100 | 110110 |
Color Harmonies of #F5DB1D
Complementary color
Monochromatic Colors of #F5DB1D
Black with #F5DB1D
Text Example
Text Example
White with #F5DB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB1D; }
p { color: rgb(245,219,29); }
H1.HeaderClassName
{
color: #F5DB1D;
}
.AnyTagClassName
{
color: #F5DB1D;
}
</style>
background-color css
<style>
a { background-color: #F5DB1D; }
a { background-color: rgb(245,219,29); }
div.DivClassName
{
background-color: #F5DB1D;
}
.BgClassName
{
background-color: #F5DB1D;
}
</style>
border-color css
<style>
span { border-color: #F5DB1D; }
span { border-color: rgb(245,219,29); }
td.TdClassName
{
border-color: #F5DB1D;
}
.TagClassName
{
border-color: #F5DB1D;
}
</style>