Shades of Turbo #FFD31B
Tints of Turbo #FFD31B
RGB
CMYK
RGB Variations
Color information
#FFD31B (or 0xFFD31B) is known color: Turbo. HEX triplet: FF, D3 and 1B. RGB value is (255,211,27). Sum of RGB (Red+Green+Blue) = 255+211+27=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 27 (10.94% from 255 or 5.48% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD31B is #002CE4. Grayscale: #CBCBCB. Windows color (decimal): -11493 or 1823743. OLE color: 1823743.
HSL color Cylindrical-coordinate representation of color #FFD31B: hue angle of 48.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFD31B is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 27 | - |
| CMYK | 0 | 0.17 | 0.89 | 0 |
| HSL | 48.42º | 1% | 0.55% | - |
| HSV(B) | 48.42º | 0.89% | 1% | - |
| XYZ | 64.73 | 67.93 | 10.74 | - |
| YUV | 203.18 | 28.58 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 27 | 0 | 0.17 | 0.89 | 0 | 48.42 | 1 | 0.55 |
| Hex | FF | D3 | 1B | 0 | 11 | 59 | 0 | 30 | 64 | 37 |
| Octal | 377 | 323 | 33 | 0 | 21 | 131 | 0 | 60 | 144 | 67 |
| Binary | 11111111 | 11010011 | 11011 | 0 | 10001 | 1011001 | 0 | 110000 | 1100100 | 110111 |
Color Harmonies of #FFD31B
Complementary color
Monochromatic Colors of #FFD31B
Black with #FFD31B
Text Example
Text Example
White with #FFD31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD31B; }
p { color: rgb(255,211,27); }
H1.HeaderClassName
{
color: #FFD31B;
}
.AnyTagClassName
{
color: #FFD31B;
}
</style>
background-color css
<style>
a { background-color: #FFD31B; }
a { background-color: rgb(255,211,27); }
div.DivClassName
{
background-color: #FFD31B;
}
.BgClassName
{
background-color: #FFD31B;
}
</style>
border-color css
<style>
span { border-color: #FFD31B; }
span { border-color: rgb(255,211,27); }
td.TdClassName
{
border-color: #FFD31B;
}
.TagClassName
{
border-color: #FFD31B;
}
</style>