Shades of Turbo #FDD829
Tints of Turbo #FDD829
RGB
CMYK
RGB Variations
Color information
#FDD829 (or 0xFDD829) is known color: Turbo. HEX triplet: FD, D8 and 29. RGB value is (253,216,41). Sum of RGB (Red+Green+Blue) = 253+216+41=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 41 (16.41% from 255 or 8.04% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD829 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD829 is #0227D6. Grayscale: #CFCFCF. Windows color (decimal): -141271 or 2742525. OLE color: 2742525.
HSL color Cylindrical-coordinate representation of color #FDD829: hue angle of 49.53º 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 #FDD829 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 41 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.01 |
| HSL | 49.53º | 0.98% | 0.58% | - |
| HSV(B) | 49.53º | 0.84% | 0.99% | - |
| XYZ | 65.46 | 70.15 | 12.19 | - |
| YUV | 207.11 | 34.26 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 41 | 0 | 0.15 | 0.84 | 0.01 | 49.53 | 0.98 | 0.58 |
| Hex | FD | D8 | 29 | 0 | F | 54 | 1 | 32 | 62 | 3A |
| Octal | 375 | 330 | 51 | 0 | 17 | 124 | 1 | 62 | 142 | 72 |
| Binary | 11111101 | 11011000 | 101001 | 0 | 1111 | 1010100 | 1 | 110010 | 1100010 | 111010 |
Color Harmonies of #FDD829
Complementary color
Monochromatic Colors of #FDD829
Black with #FDD829
Text Example
Text Example
White with #FDD829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD829; }
p { color: rgb(253,216,41); }
H1.HeaderClassName
{
color: #FDD829;
}
.AnyTagClassName
{
color: #FDD829;
}
</style>
background-color css
<style>
a { background-color: #FDD829; }
a { background-color: rgb(253,216,41); }
div.DivClassName
{
background-color: #FDD829;
}
.BgClassName
{
background-color: #FDD829;
}
</style>
border-color css
<style>
span { border-color: #FDD829; }
span { border-color: rgb(253,216,41); }
td.TdClassName
{
border-color: #FDD829;
}
.TagClassName
{
border-color: #FDD829;
}
</style>