Shades of Turbo #FDD014
Tints of Turbo #FDD014
RGB
CMYK
RGB Variations
Color information
#FDD014 (or 0xFDD014) is known color: Turbo. HEX triplet: FD, D0 and 14. RGB value is (253,208,20). Sum of RGB (Red+Green+Blue) = 253+208+20=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD014 is #022FEB. Grayscale: #C8C8C8. Windows color (decimal): -143340 or 1364221. OLE color: 1364221.
HSL color Cylindrical-coordinate representation of color #FDD014: hue angle of 48.41º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDD014 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 20 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.01 |
| HSL | 48.41º | 0.98% | 0.54% | - |
| HSV(B) | 48.41º | 0.92% | 0.99% | - |
| XYZ | 63.19 | 66.04 | 10.08 | - |
| YUV | 200.02 | 26.41 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 20 | 0 | 0.18 | 0.92 | 0.01 | 48.41 | 0.98 | 0.54 |
| Hex | FD | D0 | 14 | 0 | 12 | 5C | 1 | 30 | 62 | 36 |
| Octal | 375 | 320 | 24 | 0 | 22 | 134 | 1 | 60 | 142 | 66 |
| Binary | 11111101 | 11010000 | 10100 | 0 | 10010 | 1011100 | 1 | 110000 | 1100010 | 110110 |
Color Harmonies of #FDD014
Complementary color
Monochromatic Colors of #FDD014
Black with #FDD014
Text Example
Text Example
White with #FDD014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD014; }
p { color: rgb(253,208,20); }
H1.HeaderClassName
{
color: #FDD014;
}
.AnyTagClassName
{
color: #FDD014;
}
</style>
background-color css
<style>
a { background-color: #FDD014; }
a { background-color: rgb(253,208,20); }
div.DivClassName
{
background-color: #FDD014;
}
.BgClassName
{
background-color: #FDD014;
}
</style>
border-color css
<style>
span { border-color: #FDD014; }
span { border-color: rgb(253,208,20); }
td.TdClassName
{
border-color: #FDD014;
}
.TagClassName
{
border-color: #FDD014;
}
</style>