Shades of Turbo #FFD61D
Tints of Turbo #FFD61D
RGB
CMYK
RGB Variations
Color information
#FFD61D (or 0xFFD61D) is known color: Turbo. HEX triplet: FF, D6 and 1D. RGB value is (255,214,29). Sum of RGB (Red+Green+Blue) = 255+214+29=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 29 (11.72% from 255 or 5.82% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD61D is #0029E2. Grayscale: #CDCDCD. Windows color (decimal): -10723 or 1955583. OLE color: 1955583.
HSL color Cylindrical-coordinate representation of color #FFD61D: hue angle of 49.12º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFD61D is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 29 | - |
| CMYK | 0 | 0.16 | 0.89 | 0 |
| HSL | 49.12º | 1% | 0.56% | - |
| HSV(B) | 49.12º | 0.89% | 1% | - |
| XYZ | 65.51 | 69.44 | 11.11 | - |
| YUV | 205.17 | 28.58 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 29 | 0 | 0.16 | 0.89 | 0 | 49.12 | 1 | 0.56 |
| Hex | FF | D6 | 1D | 0 | 10 | 59 | 0 | 31 | 64 | 38 |
| Octal | 377 | 326 | 35 | 0 | 20 | 131 | 0 | 61 | 144 | 70 |
| Binary | 11111111 | 11010110 | 11101 | 0 | 10000 | 1011001 | 0 | 110001 | 1100100 | 111000 |
Color Harmonies of #FFD61D
Complementary color
Monochromatic Colors of #FFD61D
Black with #FFD61D
Text Example
Text Example
White with #FFD61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD61D; }
p { color: rgb(255,214,29); }
H1.HeaderClassName
{
color: #FFD61D;
}
.AnyTagClassName
{
color: #FFD61D;
}
</style>
background-color css
<style>
a { background-color: #FFD61D; }
a { background-color: rgb(255,214,29); }
div.DivClassName
{
background-color: #FFD61D;
}
.BgClassName
{
background-color: #FFD61D;
}
</style>
border-color css
<style>
span { border-color: #FFD61D; }
span { border-color: rgb(255,214,29); }
td.TdClassName
{
border-color: #FFD61D;
}
.TagClassName
{
border-color: #FFD61D;
}
</style>