Shades of Turbo #FDD129
Tints of Turbo #FDD129
RGB
CMYK
RGB Variations
Color information
#FDD129 (or 0xFDD129) is known color: Turbo. HEX triplet: FD, D1 and 29. RGB value is (253,209,41). Sum of RGB (Red+Green+Blue) = 253+209+41=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 41 (16.41% from 255 or 8.15% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD129 is #022ED6. Grayscale: #CBCBCB. Windows color (decimal): -143063 or 2740733. OLE color: 2740733.
HSL color Cylindrical-coordinate representation of color #FDD129: hue angle of 47.55º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDD129 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 41 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.01 |
| HSL | 47.55º | 0.98% | 0.58% | - |
| HSV(B) | 47.55º | 0.84% | 0.99% | - |
| XYZ | 63.71 | 66.64 | 11.6 | - |
| YUV | 203 | 36.58 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 41 | 0 | 0.17 | 0.84 | 0.01 | 47.55 | 0.98 | 0.58 |
| Hex | FD | D1 | 29 | 0 | 11 | 54 | 1 | 30 | 62 | 3A |
| Octal | 375 | 321 | 51 | 0 | 21 | 124 | 1 | 60 | 142 | 72 |
| Binary | 11111101 | 11010001 | 101001 | 0 | 10001 | 1010100 | 1 | 110000 | 1100010 | 111010 |
Color Harmonies of #FDD129
Complementary color
Monochromatic Colors of #FDD129
Black with #FDD129
Text Example
Text Example
White with #FDD129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD129; }
p { color: rgb(253,209,41); }
H1.HeaderClassName
{
color: #FDD129;
}
.AnyTagClassName
{
color: #FDD129;
}
</style>
background-color css
<style>
a { background-color: #FDD129; }
a { background-color: rgb(253,209,41); }
div.DivClassName
{
background-color: #FDD129;
}
.BgClassName
{
background-color: #FDD129;
}
</style>
border-color css
<style>
span { border-color: #FDD129; }
span { border-color: rgb(253,209,41); }
td.TdClassName
{
border-color: #FDD129;
}
.TagClassName
{
border-color: #FDD129;
}
</style>