Shades of Turbo #FDD621
Tints of Turbo #FDD621
RGB
CMYK
RGB Variations
Color information
#FDD621 (or 0xFDD621) is known color: Turbo. HEX triplet: FD, D6 and 21. RGB value is (253,214,33). Sum of RGB (Red+Green+Blue) = 253+214+33=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 33 (13.28% from 255 or 6.6% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD621 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD621 is #0229DE. Grayscale: #CDCDCD. Windows color (decimal): -141791 or 2217725. OLE color: 2217725.
HSL color Cylindrical-coordinate representation of color #FDD621: hue angle of 49.36º 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 #FDD621 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 33 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.01 |
| HSL | 49.36º | 0.98% | 0.56% | - |
| HSV(B) | 49.36º | 0.87% | 0.99% | - |
| XYZ | 64.83 | 69.09 | 11.36 | - |
| YUV | 205.03 | 30.92 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 33 | 0 | 0.15 | 0.87 | 0.01 | 49.36 | 0.98 | 0.56 |
| Hex | FD | D6 | 21 | 0 | F | 57 | 1 | 31 | 62 | 38 |
| Octal | 375 | 326 | 41 | 0 | 17 | 127 | 1 | 61 | 142 | 70 |
| Binary | 11111101 | 11010110 | 100001 | 0 | 1111 | 1010111 | 1 | 110001 | 1100010 | 111000 |
Color Harmonies of #FDD621
Complementary color
Monochromatic Colors of #FDD621
Black with #FDD621
Text Example
Text Example
White with #FDD621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD621; }
p { color: rgb(253,214,33); }
H1.HeaderClassName
{
color: #FDD621;
}
.AnyTagClassName
{
color: #FDD621;
}
</style>
background-color css
<style>
a { background-color: #FDD621; }
a { background-color: rgb(253,214,33); }
div.DivClassName
{
background-color: #FDD621;
}
.BgClassName
{
background-color: #FDD621;
}
</style>
border-color css
<style>
span { border-color: #FDD621; }
span { border-color: rgb(253,214,33); }
td.TdClassName
{
border-color: #FDD621;
}
.TagClassName
{
border-color: #FDD621;
}
</style>