Shades of Turbo #FFD114
Tints of Turbo #FFD114
RGB
CMYK
RGB Variations
Color information
#FFD114 (or 0xFFD114) is known color: Turbo. HEX triplet: FF, D1 and 14. RGB value is (255,209,20). Sum of RGB (Red+Green+Blue) = 255+209+20=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD114 is #002EEB. Grayscale: #CACACA. Windows color (decimal): -12012 or 1364479. OLE color: 1364479.
HSL color Cylindrical-coordinate representation of color #FFD114: hue angle of 48.26º 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 #FFD114 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 20 | - |
| CMYK | 0 | 0.18 | 0.92 | 0 |
| HSL | 48.26º | 1% | 0.54% | - |
| HSV(B) | 48.26º | 0.92% | 1% | - |
| XYZ | 64.17 | 66.91 | 10.2 | - |
| YUV | 201.21 | 25.74 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 20 | 0 | 0.18 | 0.92 | 0 | 48.26 | 1 | 0.54 |
| Hex | FF | D1 | 14 | 0 | 12 | 5C | 0 | 30 | 64 | 36 |
| Octal | 377 | 321 | 24 | 0 | 22 | 134 | 0 | 60 | 144 | 66 |
| Binary | 11111111 | 11010001 | 10100 | 0 | 10010 | 1011100 | 0 | 110000 | 1100100 | 110110 |
Color Harmonies of #FFD114
Complementary color
Monochromatic Colors of #FFD114
Black with #FFD114
Text Example
Text Example
White with #FFD114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD114; }
p { color: rgb(255,209,20); }
H1.HeaderClassName
{
color: #FFD114;
}
.AnyTagClassName
{
color: #FFD114;
}
</style>
background-color css
<style>
a { background-color: #FFD114; }
a { background-color: rgb(255,209,20); }
div.DivClassName
{
background-color: #FFD114;
}
.BgClassName
{
background-color: #FFD114;
}
</style>
border-color css
<style>
span { border-color: #FFD114; }
span { border-color: rgb(255,209,20); }
td.TdClassName
{
border-color: #FFD114;
}
.TagClassName
{
border-color: #FFD114;
}
</style>