Shades of Turbo #FFD71D
Tints of Turbo #FFD71D
RGB
CMYK
RGB Variations
Color information
#FFD71D (or 0xFFD71D) is known color: Turbo. HEX triplet: FF, D7 and 1D. RGB value is (255,215,29). Sum of RGB (Red+Green+Blue) = 255+215+29=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 29 (11.72% from 255 or 5.81% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD71D is #0028E2. Grayscale: #CECECE. Windows color (decimal): -10467 or 1955839. OLE color: 1955839.
HSL color Cylindrical-coordinate representation of color #FFD71D: hue angle of 49.38º 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 #FFD71D is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 29 | - |
| CMYK | 0 | 0.16 | 0.89 | 0 |
| HSL | 49.38º | 1% | 0.56% | - |
| HSV(B) | 49.38º | 0.89% | 1% | - |
| XYZ | 65.76 | 69.95 | 11.2 | - |
| YUV | 205.76 | 28.25 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 29 | 0 | 0.16 | 0.89 | 0 | 49.38 | 1 | 0.56 |
| Hex | FF | D7 | 1D | 0 | 10 | 59 | 0 | 31 | 64 | 38 |
| Octal | 377 | 327 | 35 | 0 | 20 | 131 | 0 | 61 | 144 | 70 |
| Binary | 11111111 | 11010111 | 11101 | 0 | 10000 | 1011001 | 0 | 110001 | 1100100 | 111000 |
Color Harmonies of #FFD71D
Complementary color
Monochromatic Colors of #FFD71D
Black with #FFD71D
Text Example
Text Example
White with #FFD71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD71D; }
p { color: rgb(255,215,29); }
H1.HeaderClassName
{
color: #FFD71D;
}
.AnyTagClassName
{
color: #FFD71D;
}
</style>
background-color css
<style>
a { background-color: #FFD71D; }
a { background-color: rgb(255,215,29); }
div.DivClassName
{
background-color: #FFD71D;
}
.BgClassName
{
background-color: #FFD71D;
}
</style>
border-color css
<style>
span { border-color: #FFD71D; }
span { border-color: rgb(255,215,29); }
td.TdClassName
{
border-color: #FFD71D;
}
.TagClassName
{
border-color: #FFD71D;
}
</style>