Shades of Turbo #FFD81E
Tints of Turbo #FFD81E
RGB
CMYK
RGB Variations
Color information
#FFD81E (or 0xFFD81E) is known color: Turbo. HEX triplet: FF, D8 and 1E. RGB value is (255,216,30). Sum of RGB (Red+Green+Blue) = 255+216+30=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 30 (12.11% from 255 or 5.99% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD81E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD81E is #0027E1. Grayscale: #CFCFCF. Windows color (decimal): -10210 or 2021631. OLE color: 2021631.
HSL color Cylindrical-coordinate representation of color #FFD81E: hue angle of 49.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFD81E is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 30 | - |
| CMYK | 0 | 0.15 | 0.88 | 0 |
| HSL | 49.6º | 1% | 0.56% | - |
| HSV(B) | 49.6º | 0.88% | 1% | - |
| XYZ | 66.03 | 70.47 | 11.35 | - |
| YUV | 206.46 | 28.42 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 30 | 0 | 0.15 | 0.88 | 0 | 49.6 | 1 | 0.56 |
| Hex | FF | D8 | 1E | 0 | F | 58 | 0 | 32 | 64 | 38 |
| Octal | 377 | 330 | 36 | 0 | 17 | 130 | 0 | 62 | 144 | 70 |
| Binary | 11111111 | 11011000 | 11110 | 0 | 1111 | 1011000 | 0 | 110010 | 1100100 | 111000 |
Color Harmonies of #FFD81E
Complementary color
Monochromatic Colors of #FFD81E
Black with #FFD81E
Text Example
Text Example
White with #FFD81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD81E; }
p { color: rgb(255,216,30); }
H1.HeaderClassName
{
color: #FFD81E;
}
.AnyTagClassName
{
color: #FFD81E;
}
</style>
background-color css
<style>
a { background-color: #FFD81E; }
a { background-color: rgb(255,216,30); }
div.DivClassName
{
background-color: #FFD81E;
}
.BgClassName
{
background-color: #FFD81E;
}
</style>
border-color css
<style>
span { border-color: #FFD81E; }
span { border-color: rgb(255,216,30); }
td.TdClassName
{
border-color: #FFD81E;
}
.TagClassName
{
border-color: #FFD81E;
}
</style>