Shades of Turbo #FDD718
Tints of Turbo #FDD718
RGB
CMYK
RGB Variations
Color information
#FDD718 (or 0xFDD718) is known color: Turbo. HEX triplet: FD, D7 and 18. RGB value is (253,215,24). Sum of RGB (Red+Green+Blue) = 253+215+24=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 24 (9.77% from 255 or 4.88% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD718 is #0228E7. Grayscale: #CDCDCD. Windows color (decimal): -141544 or 1628157. OLE color: 1628157.
HSL color Cylindrical-coordinate representation of color #FDD718: hue angle of 50.04º 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 #FDD718 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 24 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.01 |
| HSL | 50.04º | 0.98% | 0.54% | - |
| HSV(B) | 50.04º | 0.91% | 0.99% | - |
| XYZ | 64.97 | 69.55 | 10.86 | - |
| YUV | 204.59 | 26.09 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 24 | 0 | 0.15 | 0.91 | 0.01 | 50.04 | 0.98 | 0.54 |
| Hex | FD | D7 | 18 | 0 | F | 5B | 1 | 32 | 62 | 36 |
| Octal | 375 | 327 | 30 | 0 | 17 | 133 | 1 | 62 | 142 | 66 |
| Binary | 11111101 | 11010111 | 11000 | 0 | 1111 | 1011011 | 1 | 110010 | 1100010 | 110110 |
Color Harmonies of #FDD718
Complementary color
Monochromatic Colors of #FDD718
Black with #FDD718
Text Example
Text Example
White with #FDD718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD718; }
p { color: rgb(253,215,24); }
H1.HeaderClassName
{
color: #FDD718;
}
.AnyTagClassName
{
color: #FDD718;
}
</style>
background-color css
<style>
a { background-color: #FDD718; }
a { background-color: rgb(253,215,24); }
div.DivClassName
{
background-color: #FDD718;
}
.BgClassName
{
background-color: #FDD718;
}
</style>
border-color css
<style>
span { border-color: #FDD718; }
span { border-color: rgb(253,215,24); }
td.TdClassName
{
border-color: #FDD718;
}
.TagClassName
{
border-color: #FDD718;
}
</style>