Shades of Turbo #FDD521
Tints of Turbo #FDD521
RGB
CMYK
RGB Variations
Color information
#FDD521 (or 0xFDD521) is known color: Turbo. HEX triplet: FD, D5 and 21. RGB value is (253,213,33). Sum of RGB (Red+Green+Blue) = 253+213+33=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 33 (13.28% from 255 or 6.61% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD521 is #022ADE. Grayscale: #CDCDCD. Windows color (decimal): -142047 or 2217469. OLE color: 2217469.
HSL color Cylindrical-coordinate representation of color #FDD521: hue angle of 49.09º 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 #FDD521 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 33 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.01 |
| HSL | 49.09º | 0.98% | 0.56% | - |
| HSV(B) | 49.09º | 0.87% | 0.99% | - |
| XYZ | 64.58 | 68.58 | 11.27 | - |
| YUV | 204.44 | 31.25 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 33 | 0 | 0.16 | 0.87 | 0.01 | 49.09 | 0.98 | 0.56 |
| Hex | FD | D5 | 21 | 0 | 10 | 57 | 1 | 31 | 62 | 38 |
| Octal | 375 | 325 | 41 | 0 | 20 | 127 | 1 | 61 | 142 | 70 |
| Binary | 11111101 | 11010101 | 100001 | 0 | 10000 | 1010111 | 1 | 110001 | 1100010 | 111000 |
Color Harmonies of #FDD521
Complementary color
Monochromatic Colors of #FDD521
Black with #FDD521
Text Example
Text Example
White with #FDD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD521; }
p { color: rgb(253,213,33); }
H1.HeaderClassName
{
color: #FDD521;
}
.AnyTagClassName
{
color: #FDD521;
}
</style>
background-color css
<style>
a { background-color: #FDD521; }
a { background-color: rgb(253,213,33); }
div.DivClassName
{
background-color: #FDD521;
}
.BgClassName
{
background-color: #FDD521;
}
</style>
border-color css
<style>
span { border-color: #FDD521; }
span { border-color: rgb(253,213,33); }
td.TdClassName
{
border-color: #FDD521;
}
.TagClassName
{
border-color: #FDD521;
}
</style>