Shades of Turbo #FDD920
Tints of Turbo #FDD920
RGB
CMYK
RGB Variations
Color information
#FDD920 (or 0xFDD920) is known color: Turbo. HEX triplet: FD, D9 and 20. RGB value is (253,217,32). Sum of RGB (Red+Green+Blue) = 253+217+32=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 32 (12.89% from 255 or 6.37% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD920 is #0226DF. Grayscale: #CFCFCF. Windows color (decimal): -141024 or 2152957. OLE color: 2152957.
HSL color Cylindrical-coordinate representation of color #FDD920: hue angle of 50.23º 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 #FDD920 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 32 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.01 |
| HSL | 50.23º | 0.98% | 0.56% | - |
| HSV(B) | 50.23º | 0.87% | 0.99% | - |
| XYZ | 65.58 | 70.61 | 11.54 | - |
| YUV | 206.67 | 29.43 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 32 | 0 | 0.14 | 0.87 | 0.01 | 50.23 | 0.98 | 0.56 |
| Hex | FD | D9 | 20 | 0 | E | 57 | 1 | 32 | 62 | 38 |
| Octal | 375 | 331 | 40 | 0 | 16 | 127 | 1 | 62 | 142 | 70 |
| Binary | 11111101 | 11011001 | 100000 | 0 | 1110 | 1010111 | 1 | 110010 | 1100010 | 111000 |
Color Harmonies of #FDD920
Complementary color
Monochromatic Colors of #FDD920
Black with #FDD920
Text Example
Text Example
White with #FDD920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD920; }
p { color: rgb(253,217,32); }
H1.HeaderClassName
{
color: #FDD920;
}
.AnyTagClassName
{
color: #FDD920;
}
</style>
background-color css
<style>
a { background-color: #FDD920; }
a { background-color: rgb(253,217,32); }
div.DivClassName
{
background-color: #FDD920;
}
.BgClassName
{
background-color: #FDD920;
}
</style>
border-color css
<style>
span { border-color: #FDD920; }
span { border-color: rgb(253,217,32); }
td.TdClassName
{
border-color: #FDD920;
}
.TagClassName
{
border-color: #FDD920;
}
</style>