Shades of Turbo #FDD921
Tints of Turbo #FDD921
RGB
CMYK
RGB Variations
Color information
#FDD921 (or 0xFDD921) is known color: Turbo. HEX triplet: FD, D9 and 21. RGB value is (253,217,33). Sum of RGB (Red+Green+Blue) = 253+217+33=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 33 (13.28% from 255 or 6.56% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD921 is #0226DE. Grayscale: #CFCFCF. Windows color (decimal): -141023 or 2218493. OLE color: 2218493.
HSL color Cylindrical-coordinate representation of color #FDD921: hue angle of 50.18º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDD921 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 33 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.01 |
| HSL | 50.18º | 0.98% | 0.56% | - |
| HSV(B) | 50.18º | 0.87% | 0.99% | - |
| XYZ | 65.6 | 70.62 | 11.61 | - |
| YUV | 206.79 | 29.93 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 33 | 0 | 0.14 | 0.87 | 0.01 | 50.18 | 0.98 | 0.56 |
| Hex | FD | D9 | 21 | 0 | E | 57 | 1 | 32 | 62 | 38 |
| Octal | 375 | 331 | 41 | 0 | 16 | 127 | 1 | 62 | 142 | 70 |
| Binary | 11111101 | 11011001 | 100001 | 0 | 1110 | 1010111 | 1 | 110010 | 1100010 | 111000 |
Color Harmonies of #FDD921
Complementary color
Monochromatic Colors of #FDD921
Black with #FDD921
Text Example
Text Example
White with #FDD921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD921; }
p { color: rgb(253,217,33); }
H1.HeaderClassName
{
color: #FDD921;
}
.AnyTagClassName
{
color: #FDD921;
}
</style>
background-color css
<style>
a { background-color: #FDD921; }
a { background-color: rgb(253,217,33); }
div.DivClassName
{
background-color: #FDD921;
}
.BgClassName
{
background-color: #FDD921;
}
</style>
border-color css
<style>
span { border-color: #FDD921; }
span { border-color: rgb(253,217,33); }
td.TdClassName
{
border-color: #FDD921;
}
.TagClassName
{
border-color: #FDD921;
}
</style>