Shades of Turbo #FFD214
Tints of Turbo #FFD214
RGB
CMYK
RGB Variations
Color information
#FFD214 (or 0xFFD214) is known color: Turbo. HEX triplet: FF, D2 and 14. RGB value is (255,210,20). Sum of RGB (Red+Green+Blue) = 255+210+20=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD214 is #002DEB. Grayscale: #CACACA. Windows color (decimal): -11756 or 1364735. OLE color: 1364735.
HSL color Cylindrical-coordinate representation of color #FFD214: hue angle of 48.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFD214 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 20 | - |
| CMYK | 0 | 0.18 | 0.92 | 0 |
| HSL | 48.51º | 1% | 0.54% | - |
| HSV(B) | 48.51º | 0.92% | 1% | - |
| XYZ | 64.41 | 67.4 | 10.28 | - |
| YUV | 201.8 | 25.41 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 20 | 0 | 0.18 | 0.92 | 0 | 48.51 | 1 | 0.54 |
| Hex | FF | D2 | 14 | 0 | 12 | 5C | 0 | 31 | 64 | 36 |
| Octal | 377 | 322 | 24 | 0 | 22 | 134 | 0 | 61 | 144 | 66 |
| Binary | 11111111 | 11010010 | 10100 | 0 | 10010 | 1011100 | 0 | 110001 | 1100100 | 110110 |
Color Harmonies of #FFD214
Complementary color
Monochromatic Colors of #FFD214
Black with #FFD214
Text Example
Text Example
White with #FFD214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD214; }
p { color: rgb(255,210,20); }
H1.HeaderClassName
{
color: #FFD214;
}
.AnyTagClassName
{
color: #FFD214;
}
</style>
background-color css
<style>
a { background-color: #FFD214; }
a { background-color: rgb(255,210,20); }
div.DivClassName
{
background-color: #FFD214;
}
.BgClassName
{
background-color: #FFD214;
}
</style>
border-color css
<style>
span { border-color: #FFD214; }
span { border-color: rgb(255,210,20); }
td.TdClassName
{
border-color: #FFD214;
}
.TagClassName
{
border-color: #FFD214;
}
</style>