Shades of Turbo #FDD528
Tints of Turbo #FDD528
RGB
CMYK
RGB Variations
Color information
#FDD528 (or 0xFDD528) is known color: Turbo. HEX triplet: FD, D5 and 28. RGB value is (253,213,40). Sum of RGB (Red+Green+Blue) = 253+213+40=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 40 (16.02% from 255 or 7.91% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD528 is #022AD7. Grayscale: #CDCDCD. Windows color (decimal): -142040 or 2676221. OLE color: 2676221.
HSL color Cylindrical-coordinate representation of color #FDD528: hue angle of 48.73º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDD528 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 40 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.01 |
| HSL | 48.73º | 0.98% | 0.57% | - |
| HSV(B) | 48.73º | 0.84% | 0.99% | - |
| XYZ | 64.69 | 68.62 | 11.84 | - |
| YUV | 205.24 | 34.75 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 40 | 0 | 0.16 | 0.84 | 0.01 | 48.73 | 0.98 | 0.57 |
| Hex | FD | D5 | 28 | 0 | 10 | 54 | 1 | 31 | 62 | 39 |
| Octal | 375 | 325 | 50 | 0 | 20 | 124 | 1 | 61 | 142 | 71 |
| Binary | 11111101 | 11010101 | 101000 | 0 | 10000 | 1010100 | 1 | 110001 | 1100010 | 111001 |
Color Harmonies of #FDD528
Complementary color
Monochromatic Colors of #FDD528
Black with #FDD528
Text Example
Text Example
White with #FDD528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD528; }
p { color: rgb(253,213,40); }
H1.HeaderClassName
{
color: #FDD528;
}
.AnyTagClassName
{
color: #FDD528;
}
</style>
background-color css
<style>
a { background-color: #FDD528; }
a { background-color: rgb(253,213,40); }
div.DivClassName
{
background-color: #FDD528;
}
.BgClassName
{
background-color: #FDD528;
}
</style>
border-color css
<style>
span { border-color: #FDD528; }
span { border-color: rgb(253,213,40); }
td.TdClassName
{
border-color: #FDD528;
}
.TagClassName
{
border-color: #FDD528;
}
</style>