Shades of Turbo #FDD21D
Tints of Turbo #FDD21D
RGB
CMYK
RGB Variations
Color information
#FDD21D (or 0xFDD21D) is known color: Turbo. HEX triplet: FD, D2 and 1D. RGB value is (253,210,29). Sum of RGB (Red+Green+Blue) = 253+210+29=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD21D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD21D is #022DE2. Grayscale: #CACACA. Windows color (decimal): -142819 or 1954557. OLE color: 1954557.
HSL color Cylindrical-coordinate representation of color #FDD21D: hue angle of 48.48º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDD21D is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 29 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.01 |
| HSL | 48.48º | 0.98% | 0.55% | - |
| HSV(B) | 48.48º | 0.89% | 0.99% | - |
| XYZ | 63.78 | 67.06 | 10.75 | - |
| YUV | 202.22 | 30.25 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 29 | 0 | 0.17 | 0.89 | 0.01 | 48.48 | 0.98 | 0.55 |
| Hex | FD | D2 | 1D | 0 | 11 | 59 | 1 | 30 | 62 | 37 |
| Octal | 375 | 322 | 35 | 0 | 21 | 131 | 1 | 60 | 142 | 67 |
| Binary | 11111101 | 11010010 | 11101 | 0 | 10001 | 1011001 | 1 | 110000 | 1100010 | 110111 |
Color Harmonies of #FDD21D
Complementary color
Monochromatic Colors of #FDD21D
Black with #FDD21D
Text Example
Text Example
White with #FDD21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD21D; }
p { color: rgb(253,210,29); }
H1.HeaderClassName
{
color: #FDD21D;
}
.AnyTagClassName
{
color: #FDD21D;
}
</style>
background-color css
<style>
a { background-color: #FDD21D; }
a { background-color: rgb(253,210,29); }
div.DivClassName
{
background-color: #FDD21D;
}
.BgClassName
{
background-color: #FDD21D;
}
</style>
border-color css
<style>
span { border-color: #FDD21D; }
span { border-color: rgb(253,210,29); }
td.TdClassName
{
border-color: #FDD21D;
}
.TagClassName
{
border-color: #FDD21D;
}
</style>