Shades of Turbo #FDD615
Tints of Turbo #FDD615
RGB
CMYK
RGB Variations
Color information
#FDD615 (or 0xFDD615) is known color: Turbo. HEX triplet: FD, D6 and 15. RGB value is (253,214,21). Sum of RGB (Red+Green+Blue) = 253+214+21=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 21 (8.59% from 255 or 4.30% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD615 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD615 is #0229EA. Grayscale: #CCCCCC. Windows color (decimal): -141803 or 1431293. OLE color: 1431293.
HSL color Cylindrical-coordinate representation of color #FDD615: hue angle of 49.91º 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 #FDD615 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 21 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.01 |
| HSL | 49.91º | 0.98% | 0.54% | - |
| HSV(B) | 49.91º | 0.92% | 0.99% | - |
| XYZ | 64.69 | 69.03 | 10.62 | - |
| YUV | 203.66 | 24.92 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 21 | 0 | 0.15 | 0.92 | 0.01 | 49.91 | 0.98 | 0.54 |
| Hex | FD | D6 | 15 | 0 | F | 5C | 1 | 32 | 62 | 36 |
| Octal | 375 | 326 | 25 | 0 | 17 | 134 | 1 | 62 | 142 | 66 |
| Binary | 11111101 | 11010110 | 10101 | 0 | 1111 | 1011100 | 1 | 110010 | 1100010 | 110110 |
Color Harmonies of #FDD615
Complementary color
Monochromatic Colors of #FDD615
Black with #FDD615
Text Example
Text Example
White with #FDD615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD615; }
p { color: rgb(253,214,21); }
H1.HeaderClassName
{
color: #FDD615;
}
.AnyTagClassName
{
color: #FDD615;
}
</style>
background-color css
<style>
a { background-color: #FDD615; }
a { background-color: rgb(253,214,21); }
div.DivClassName
{
background-color: #FDD615;
}
.BgClassName
{
background-color: #FDD615;
}
</style>
border-color css
<style>
span { border-color: #FDD615; }
span { border-color: rgb(253,214,21); }
td.TdClassName
{
border-color: #FDD615;
}
.TagClassName
{
border-color: #FDD615;
}
</style>