Shades of Turbo #FDD517
Tints of Turbo #FDD517
RGB
CMYK
RGB Variations
Color information
#FDD517 (or 0xFDD517) is known color: Turbo. HEX triplet: FD, D5 and 17. RGB value is (253,213,23). Sum of RGB (Red+Green+Blue) = 253+213+23=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 23 (9.38% from 255 or 4.70% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD517 is #022AE8. Grayscale: #CCCCCC. Windows color (decimal): -142057 or 1562109. OLE color: 1562109.
HSL color Cylindrical-coordinate representation of color #FDD517: hue angle of 49.57º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDD517 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 23 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.01 |
| HSL | 49.57º | 0.98% | 0.54% | - |
| HSV(B) | 49.57º | 0.91% | 0.99% | - |
| XYZ | 64.46 | 68.53 | 10.64 | - |
| YUV | 203.3 | 26.25 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 23 | 0 | 0.16 | 0.91 | 0.01 | 49.57 | 0.98 | 0.54 |
| Hex | FD | D5 | 17 | 0 | 10 | 5B | 1 | 32 | 62 | 36 |
| Octal | 375 | 325 | 27 | 0 | 20 | 133 | 1 | 62 | 142 | 66 |
| Binary | 11111101 | 11010101 | 10111 | 0 | 10000 | 1011011 | 1 | 110010 | 1100010 | 110110 |
Color Harmonies of #FDD517
Complementary color
Monochromatic Colors of #FDD517
Black with #FDD517
Text Example
Text Example
White with #FDD517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD517; }
p { color: rgb(253,213,23); }
H1.HeaderClassName
{
color: #FDD517;
}
.AnyTagClassName
{
color: #FDD517;
}
</style>
background-color css
<style>
a { background-color: #FDD517; }
a { background-color: rgb(253,213,23); }
div.DivClassName
{
background-color: #FDD517;
}
.BgClassName
{
background-color: #FDD517;
}
</style>
border-color css
<style>
span { border-color: #FDD517; }
span { border-color: rgb(253,213,23); }
td.TdClassName
{
border-color: #FDD517;
}
.TagClassName
{
border-color: #FDD517;
}
</style>