Shades of Turbo #FDD525
Tints of Turbo #FDD525
RGB
CMYK
RGB Variations
Color information
#FDD525 (or 0xFDD525) is known color: Turbo. HEX triplet: FD, D5 and 25. RGB value is (253,213,37). Sum of RGB (Red+Green+Blue) = 253+213+37=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 37 (14.84% from 255 or 7.36% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD525 is #022ADA. Grayscale: #CDCDCD. Windows color (decimal): -142043 or 2479613. OLE color: 2479613.
HSL color Cylindrical-coordinate representation of color #FDD525: hue angle of 48.89º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDD525 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 37 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.01 |
| HSL | 48.89º | 0.98% | 0.57% | - |
| HSV(B) | 48.89º | 0.85% | 0.99% | - |
| XYZ | 64.64 | 68.6 | 11.59 | - |
| YUV | 204.9 | 33.25 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 37 | 0 | 0.16 | 0.85 | 0.01 | 48.89 | 0.98 | 0.57 |
| Hex | FD | D5 | 25 | 0 | 10 | 55 | 1 | 31 | 62 | 39 |
| Octal | 375 | 325 | 45 | 0 | 20 | 125 | 1 | 61 | 142 | 71 |
| Binary | 11111101 | 11010101 | 100101 | 0 | 10000 | 1010101 | 1 | 110001 | 1100010 | 111001 |
Color Harmonies of #FDD525
Complementary color
Monochromatic Colors of #FDD525
Black with #FDD525
Text Example
Text Example
White with #FDD525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD525; }
p { color: rgb(253,213,37); }
H1.HeaderClassName
{
color: #FDD525;
}
.AnyTagClassName
{
color: #FDD525;
}
</style>
background-color css
<style>
a { background-color: #FDD525; }
a { background-color: rgb(253,213,37); }
div.DivClassName
{
background-color: #FDD525;
}
.BgClassName
{
background-color: #FDD525;
}
</style>
border-color css
<style>
span { border-color: #FDD525; }
span { border-color: rgb(253,213,37); }
td.TdClassName
{
border-color: #FDD525;
}
.TagClassName
{
border-color: #FDD525;
}
</style>