Shades of Turbo #FFD31D
Tints of Turbo #FFD31D
RGB
CMYK
RGB Variations
Color information
#FFD31D (or 0xFFD31D) is known color: Turbo. HEX triplet: FF, D3 and 1D. RGB value is (255,211,29). Sum of RGB (Red+Green+Blue) = 255+211+29=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 29 (11.72% from 255 or 5.86% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD31D is #002CE2. Grayscale: #CCCCCC. Windows color (decimal): -11491 or 1954815. OLE color: 1954815.
HSL color Cylindrical-coordinate representation of color #FFD31D: hue angle of 48.32º 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 #FFD31D is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 29 | - |
| CMYK | 0 | 0.17 | 0.89 | 0 |
| HSL | 48.32º | 1% | 0.56% | - |
| HSV(B) | 48.32º | 0.89% | 1% | - |
| XYZ | 64.76 | 67.94 | 10.86 | - |
| YUV | 203.41 | 29.58 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 29 | 0 | 0.17 | 0.89 | 0 | 48.32 | 1 | 0.56 |
| Hex | FF | D3 | 1D | 0 | 11 | 59 | 0 | 30 | 64 | 38 |
| Octal | 377 | 323 | 35 | 0 | 21 | 131 | 0 | 60 | 144 | 70 |
| Binary | 11111111 | 11010011 | 11101 | 0 | 10001 | 1011001 | 0 | 110000 | 1100100 | 111000 |
Color Harmonies of #FFD31D
Complementary color
Monochromatic Colors of #FFD31D
Black with #FFD31D
Text Example
Text Example
White with #FFD31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD31D; }
p { color: rgb(255,211,29); }
H1.HeaderClassName
{
color: #FFD31D;
}
.AnyTagClassName
{
color: #FFD31D;
}
</style>
background-color css
<style>
a { background-color: #FFD31D; }
a { background-color: rgb(255,211,29); }
div.DivClassName
{
background-color: #FFD31D;
}
.BgClassName
{
background-color: #FFD31D;
}
</style>
border-color css
<style>
span { border-color: #FFD31D; }
span { border-color: rgb(255,211,29); }
td.TdClassName
{
border-color: #FFD31D;
}
.TagClassName
{
border-color: #FFD31D;
}
</style>