Shades of Turbo #FDD514
Tints of Turbo #FDD514
RGB
CMYK
RGB Variations
Color information
#FDD514 (or 0xFDD514) is known color: Turbo. HEX triplet: FD, D5 and 14. RGB value is (253,213,20). Sum of RGB (Red+Green+Blue) = 253+213+20=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 20 (8.20% from 255 or 4.12% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD514 is #022AEB. Grayscale: #CBCBCB. Windows color (decimal): -142060 or 1365501. OLE color: 1365501.
HSL color Cylindrical-coordinate representation of color #FDD514: hue angle of 49.7º 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 #FDD514 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 20 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.01 |
| HSL | 49.7º | 0.98% | 0.54% | - |
| HSV(B) | 49.7º | 0.92% | 0.99% | - |
| XYZ | 64.43 | 68.52 | 10.49 | - |
| YUV | 202.96 | 24.75 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 20 | 0 | 0.16 | 0.92 | 0.01 | 49.7 | 0.98 | 0.54 |
| Hex | FD | D5 | 14 | 0 | 10 | 5C | 1 | 32 | 62 | 36 |
| Octal | 375 | 325 | 24 | 0 | 20 | 134 | 1 | 62 | 142 | 66 |
| Binary | 11111101 | 11010101 | 10100 | 0 | 10000 | 1011100 | 1 | 110010 | 1100010 | 110110 |
Color Harmonies of #FDD514
Complementary color
Monochromatic Colors of #FDD514
Black with #FDD514
Text Example
Text Example
White with #FDD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD514; }
p { color: rgb(253,213,20); }
H1.HeaderClassName
{
color: #FDD514;
}
.AnyTagClassName
{
color: #FDD514;
}
</style>
background-color css
<style>
a { background-color: #FDD514; }
a { background-color: rgb(253,213,20); }
div.DivClassName
{
background-color: #FDD514;
}
.BgClassName
{
background-color: #FDD514;
}
</style>
border-color css
<style>
span { border-color: #FDD514; }
span { border-color: rgb(253,213,20); }
td.TdClassName
{
border-color: #FDD514;
}
.TagClassName
{
border-color: #FDD514;
}
</style>