Shades of Turbo #FDC921
Tints of Turbo #FDC921
RGB
CMYK
RGB Variations
Color information
#FDC921 (or 0xFDC921) is known color: Turbo. HEX triplet: FD, C9 and 21. RGB value is (253,201,33). Sum of RGB (Red+Green+Blue) = 253+201+33=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 33 (13.28% from 255 or 6.78% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC921 is #0236DE. Grayscale: #C6C6C6. Windows color (decimal): -145119 or 2214397. OLE color: 2214397.
HSL color Cylindrical-coordinate representation of color #FDC921: hue angle of 45.82º 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 #FDC921 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 33 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.01 |
| HSL | 45.82º | 0.98% | 0.56% | - |
| HSV(B) | 45.82º | 0.87% | 0.99% | - |
| XYZ | 61.67 | 62.77 | 10.3 | - |
| YUV | 197.4 | 35.23 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 33 | 0 | 0.21 | 0.87 | 0.01 | 45.82 | 0.98 | 0.56 |
| Hex | FD | C9 | 21 | 0 | 15 | 57 | 1 | 2E | 62 | 38 |
| Octal | 375 | 311 | 41 | 0 | 25 | 127 | 1 | 56 | 142 | 70 |
| Binary | 11111101 | 11001001 | 100001 | 0 | 10101 | 1010111 | 1 | 101110 | 1100010 | 111000 |
Color Harmonies of #FDC921
Complementary color
Monochromatic Colors of #FDC921
Black with #FDC921
Text Example
Text Example
White with #FDC921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC921; }
p { color: rgb(253,201,33); }
H1.HeaderClassName
{
color: #FDC921;
}
.AnyTagClassName
{
color: #FDC921;
}
</style>
background-color css
<style>
a { background-color: #FDC921; }
a { background-color: rgb(253,201,33); }
div.DivClassName
{
background-color: #FDC921;
}
.BgClassName
{
background-color: #FDC921;
}
</style>
border-color css
<style>
span { border-color: #FDC921; }
span { border-color: rgb(253,201,33); }
td.TdClassName
{
border-color: #FDC921;
}
.TagClassName
{
border-color: #FDC921;
}
</style>