Shades of Turbo #FDD720
Tints of Turbo #FDD720
RGB
CMYK
RGB Variations
Color information
#FDD720 (or 0xFDD720) is known color: Turbo. HEX triplet: FD, D7 and 20. RGB value is (253,215,32). Sum of RGB (Red+Green+Blue) = 253+215+32=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 32 (12.89% from 255 or 6.4% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD720 is #0228DF. Grayscale: #CECECE. Windows color (decimal): -141536 or 2152445. OLE color: 2152445.
HSL color Cylindrical-coordinate representation of color #FDD720: hue angle of 49.68º 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 #FDD720 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 32 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.01 |
| HSL | 49.68º | 0.98% | 0.56% | - |
| HSV(B) | 49.68º | 0.87% | 0.99% | - |
| XYZ | 65.07 | 69.59 | 11.37 | - |
| YUV | 205.5 | 30.09 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 32 | 0 | 0.15 | 0.87 | 0.01 | 49.68 | 0.98 | 0.56 |
| Hex | FD | D7 | 20 | 0 | F | 57 | 1 | 32 | 62 | 38 |
| Octal | 375 | 327 | 40 | 0 | 17 | 127 | 1 | 62 | 142 | 70 |
| Binary | 11111101 | 11010111 | 100000 | 0 | 1111 | 1010111 | 1 | 110010 | 1100010 | 111000 |
Color Harmonies of #FDD720
Complementary color
Monochromatic Colors of #FDD720
Black with #FDD720
Text Example
Text Example
White with #FDD720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD720; }
p { color: rgb(253,215,32); }
H1.HeaderClassName
{
color: #FDD720;
}
.AnyTagClassName
{
color: #FDD720;
}
</style>
background-color css
<style>
a { background-color: #FDD720; }
a { background-color: rgb(253,215,32); }
div.DivClassName
{
background-color: #FDD720;
}
.BgClassName
{
background-color: #FDD720;
}
</style>
border-color css
<style>
span { border-color: #FDD720; }
span { border-color: rgb(253,215,32); }
td.TdClassName
{
border-color: #FDD720;
}
.TagClassName
{
border-color: #FDD720;
}
</style>