Shades of Turbo #FDD929
Tints of Turbo #FDD929
RGB
CMYK
RGB Variations
Color information
#FDD929 (or 0xFDD929) is known color: Turbo. HEX triplet: FD, D9 and 29. RGB value is (253,217,41). Sum of RGB (Red+Green+Blue) = 253+217+41=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 41 (16.41% from 255 or 8.02% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD929 is #0226D6. Grayscale: #D0D0D0. Windows color (decimal): -141015 or 2742781. OLE color: 2742781.
HSL color Cylindrical-coordinate representation of color #FDD929: hue angle of 49.81º 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 #FDD929 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 41 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.01 |
| HSL | 49.81º | 0.98% | 0.58% | - |
| HSV(B) | 49.81º | 0.84% | 0.99% | - |
| XYZ | 65.72 | 70.67 | 12.27 | - |
| YUV | 207.7 | 33.93 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 41 | 0 | 0.14 | 0.84 | 0.01 | 49.81 | 0.98 | 0.58 |
| Hex | FD | D9 | 29 | 0 | E | 54 | 1 | 32 | 62 | 3A |
| Octal | 375 | 331 | 51 | 0 | 16 | 124 | 1 | 62 | 142 | 72 |
| Binary | 11111101 | 11011001 | 101001 | 0 | 1110 | 1010100 | 1 | 110010 | 1100010 | 111010 |
Color Harmonies of #FDD929
Complementary color
Monochromatic Colors of #FDD929
Black with #FDD929
Text Example
Text Example
White with #FDD929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD929; }
p { color: rgb(253,217,41); }
H1.HeaderClassName
{
color: #FDD929;
}
.AnyTagClassName
{
color: #FDD929;
}
</style>
background-color css
<style>
a { background-color: #FDD929; }
a { background-color: rgb(253,217,41); }
div.DivClassName
{
background-color: #FDD929;
}
.BgClassName
{
background-color: #FDD929;
}
</style>
border-color css
<style>
span { border-color: #FDD929; }
span { border-color: rgb(253,217,41); }
td.TdClassName
{
border-color: #FDD929;
}
.TagClassName
{
border-color: #FDD929;
}
</style>