Shades of Turbo #FDD429
Tints of Turbo #FDD429
RGB
CMYK
RGB Variations
Color information
#FDD429 (or 0xFDD429) is known color: Turbo. HEX triplet: FD, D4 and 29. RGB value is (253,212,41). Sum of RGB (Red+Green+Blue) = 253+212+41=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 41 (16.41% from 255 or 8.10% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD429 is #022BD6. Grayscale: #CDCDCD. Windows color (decimal): -142295 or 2741501. OLE color: 2741501.
HSL color Cylindrical-coordinate representation of color #FDD429: hue angle of 48.4º 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 #FDD429 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 41 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.01 |
| HSL | 48.4º | 0.98% | 0.58% | - |
| HSV(B) | 48.4º | 0.84% | 0.99% | - |
| XYZ | 64.45 | 68.13 | 11.85 | - |
| YUV | 204.77 | 35.58 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 41 | 0 | 0.16 | 0.84 | 0.01 | 48.4 | 0.98 | 0.58 |
| Hex | FD | D4 | 29 | 0 | 10 | 54 | 1 | 30 | 62 | 3A |
| Octal | 375 | 324 | 51 | 0 | 20 | 124 | 1 | 60 | 142 | 72 |
| Binary | 11111101 | 11010100 | 101001 | 0 | 10000 | 1010100 | 1 | 110000 | 1100010 | 111010 |
Color Harmonies of #FDD429
Complementary color
Monochromatic Colors of #FDD429
Black with #FDD429
Text Example
Text Example
White with #FDD429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD429; }
p { color: rgb(253,212,41); }
H1.HeaderClassName
{
color: #FDD429;
}
.AnyTagClassName
{
color: #FDD429;
}
</style>
background-color css
<style>
a { background-color: #FDD429; }
a { background-color: rgb(253,212,41); }
div.DivClassName
{
background-color: #FDD429;
}
.BgClassName
{
background-color: #FDD429;
}
</style>
border-color css
<style>
span { border-color: #FDD429; }
span { border-color: rgb(253,212,41); }
td.TdClassName
{
border-color: #FDD429;
}
.TagClassName
{
border-color: #FDD429;
}
</style>