Shades of Turbo #FDD214
Tints of Turbo #FDD214
RGB
CMYK
RGB Variations
Color information
#FDD214 (or 0xFDD214) is known color: Turbo. HEX triplet: FD, D2 and 14. RGB value is (253,210,20). Sum of RGB (Red+Green+Blue) = 253+210+20=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD214 is #022DEB. Grayscale: #C9C9C9. Windows color (decimal): -142828 or 1364733. OLE color: 1364733.
HSL color Cylindrical-coordinate representation of color #FDD214: hue angle of 48.93º 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 #FDD214 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 20 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.01 |
| HSL | 48.93º | 0.98% | 0.54% | - |
| HSV(B) | 48.93º | 0.92% | 0.99% | - |
| XYZ | 63.68 | 67.03 | 10.24 | - |
| YUV | 201.2 | 25.75 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 20 | 0 | 0.17 | 0.92 | 0.01 | 48.93 | 0.98 | 0.54 |
| Hex | FD | D2 | 14 | 0 | 11 | 5C | 1 | 31 | 62 | 36 |
| Octal | 375 | 322 | 24 | 0 | 21 | 134 | 1 | 61 | 142 | 66 |
| Binary | 11111101 | 11010010 | 10100 | 0 | 10001 | 1011100 | 1 | 110001 | 1100010 | 110110 |
Color Harmonies of #FDD214
Complementary color
Monochromatic Colors of #FDD214
Black with #FDD214
Text Example
Text Example
White with #FDD214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD214; }
p { color: rgb(253,210,20); }
H1.HeaderClassName
{
color: #FDD214;
}
.AnyTagClassName
{
color: #FDD214;
}
</style>
background-color css
<style>
a { background-color: #FDD214; }
a { background-color: rgb(253,210,20); }
div.DivClassName
{
background-color: #FDD214;
}
.BgClassName
{
background-color: #FDD214;
}
</style>
border-color css
<style>
span { border-color: #FDD214; }
span { border-color: rgb(253,210,20); }
td.TdClassName
{
border-color: #FDD214;
}
.TagClassName
{
border-color: #FDD214;
}
</style>