Shades of Turbo #FFD81D
Tints of Turbo #FFD81D
RGB
CMYK
RGB Variations
Color information
#FFD81D (or 0xFFD81D) is known color: Turbo. HEX triplet: FF, D8 and 1D. RGB value is (255,216,29). Sum of RGB (Red+Green+Blue) = 255+216+29=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 29 (11.72% from 255 or 5.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD81D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD81D is #0027E2. Grayscale: #CFCFCF. Windows color (decimal): -10211 or 1956095. OLE color: 1956095.
HSL color Cylindrical-coordinate representation of color #FFD81D: hue angle of 49.65º 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 #FFD81D is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 29 | - |
| CMYK | 0 | 0.15 | 0.89 | 0 |
| HSL | 49.65º | 1% | 0.56% | - |
| HSV(B) | 49.65º | 0.89% | 1% | - |
| XYZ | 66.02 | 70.46 | 11.28 | - |
| YUV | 206.34 | 27.92 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 29 | 0 | 0.15 | 0.89 | 0 | 49.65 | 1 | 0.56 |
| Hex | FF | D8 | 1D | 0 | F | 59 | 0 | 32 | 64 | 38 |
| Octal | 377 | 330 | 35 | 0 | 17 | 131 | 0 | 62 | 144 | 70 |
| Binary | 11111111 | 11011000 | 11101 | 0 | 1111 | 1011001 | 0 | 110010 | 1100100 | 111000 |
Color Harmonies of #FFD81D
Complementary color
Monochromatic Colors of #FFD81D
Black with #FFD81D
Text Example
Text Example
White with #FFD81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD81D; }
p { color: rgb(255,216,29); }
H1.HeaderClassName
{
color: #FFD81D;
}
.AnyTagClassName
{
color: #FFD81D;
}
</style>
background-color css
<style>
a { background-color: #FFD81D; }
a { background-color: rgb(255,216,29); }
div.DivClassName
{
background-color: #FFD81D;
}
.BgClassName
{
background-color: #FFD81D;
}
</style>
border-color css
<style>
span { border-color: #FFD81D; }
span { border-color: rgb(255,216,29); }
td.TdClassName
{
border-color: #FFD81D;
}
.TagClassName
{
border-color: #FFD81D;
}
</style>