Shades of Turbo #FDD529
Tints of Turbo #FDD529
RGB
CMYK
RGB Variations
Color information
#FDD529 (or 0xFDD529) is known color: Turbo. HEX triplet: FD, D5 and 29. RGB value is (253,213,41). Sum of RGB (Red+Green+Blue) = 253+213+41=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 41 (16.41% from 255 or 8.09% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD529 is #022AD6. Grayscale: #CECECE. Windows color (decimal): -142039 or 2741757. OLE color: 2741757.
HSL color Cylindrical-coordinate representation of color #FDD529: hue angle of 48.68º 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 #FDD529 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 41 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.01 |
| HSL | 48.68º | 0.98% | 0.58% | - |
| HSV(B) | 48.68º | 0.84% | 0.99% | - |
| XYZ | 64.7 | 68.63 | 11.93 | - |
| YUV | 205.35 | 35.25 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 41 | 0 | 0.16 | 0.84 | 0.01 | 48.68 | 0.98 | 0.58 |
| Hex | FD | D5 | 29 | 0 | 10 | 54 | 1 | 31 | 62 | 3A |
| Octal | 375 | 325 | 51 | 0 | 20 | 124 | 1 | 61 | 142 | 72 |
| Binary | 11111101 | 11010101 | 101001 | 0 | 10000 | 1010100 | 1 | 110001 | 1100010 | 111010 |
Color Harmonies of #FDD529
Complementary color
Monochromatic Colors of #FDD529
Black with #FDD529
Text Example
Text Example
White with #FDD529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD529; }
p { color: rgb(253,213,41); }
H1.HeaderClassName
{
color: #FDD529;
}
.AnyTagClassName
{
color: #FDD529;
}
</style>
background-color css
<style>
a { background-color: #FDD529; }
a { background-color: rgb(253,213,41); }
div.DivClassName
{
background-color: #FDD529;
}
.BgClassName
{
background-color: #FDD529;
}
</style>
border-color css
<style>
span { border-color: #FDD529; }
span { border-color: rgb(253,213,41); }
td.TdClassName
{
border-color: #FDD529;
}
.TagClassName
{
border-color: #FDD529;
}
</style>