Shades of Turbo #FFD927
Tints of Turbo #FFD927
RGB
CMYK
RGB Variations
Color information
#FFD927 (or 0xFFD927) is known color: Turbo. HEX triplet: FF, D9 and 27. RGB value is (255,217,39). Sum of RGB (Red+Green+Blue) = 255+217+39=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 39 (15.62% from 255 or 7.63% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD927 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD927 is #0026D8. Grayscale: #D0D0D0. Windows color (decimal): -9945 or 2611711. OLE color: 2611711.
HSL color Cylindrical-coordinate representation of color #FFD927: hue angle of 49.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFD927 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 39 | - |
| CMYK | 0 | 0.15 | 0.85 | 0 |
| HSL | 49.44º | 1% | 0.58% | - |
| HSV(B) | 49.44º | 0.85% | 1% | - |
| XYZ | 66.42 | 71.03 | 12.13 | - |
| YUV | 208.07 | 32.59 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 39 | 0 | 0.15 | 0.85 | 0 | 49.44 | 1 | 0.58 |
| Hex | FF | D9 | 27 | 0 | F | 55 | 0 | 31 | 64 | 3A |
| Octal | 377 | 331 | 47 | 0 | 17 | 125 | 0 | 61 | 144 | 72 |
| Binary | 11111111 | 11011001 | 100111 | 0 | 1111 | 1010101 | 0 | 110001 | 1100100 | 111010 |
Color Harmonies of #FFD927
Complementary color
Monochromatic Colors of #FFD927
Black with #FFD927
Text Example
Text Example
White with #FFD927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD927; }
p { color: rgb(255,217,39); }
H1.HeaderClassName
{
color: #FFD927;
}
.AnyTagClassName
{
color: #FFD927;
}
</style>
background-color css
<style>
a { background-color: #FFD927; }
a { background-color: rgb(255,217,39); }
div.DivClassName
{
background-color: #FFD927;
}
.BgClassName
{
background-color: #FFD927;
}
</style>
border-color css
<style>
span { border-color: #FFD927; }
span { border-color: rgb(255,217,39); }
td.TdClassName
{
border-color: #FFD927;
}
.TagClassName
{
border-color: #FFD927;
}
</style>