Shades of Turbo #FFD51B
Tints of Turbo #FFD51B
RGB
CMYK
RGB Variations
Color information
#FFD51B (or 0xFFD51B) is known color: Turbo. HEX triplet: FF, D5 and 1B. RGB value is (255,213,27). Sum of RGB (Red+Green+Blue) = 255+213+27=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 27 (10.94% from 255 or 5.45% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD51B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD51B is #002AE4. Grayscale: #CDCDCD. Windows color (decimal): -10981 or 1824255. OLE color: 1824255.
HSL color Cylindrical-coordinate representation of color #FFD51B: hue angle of 48.95º 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 #FFD51B is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 27 | - |
| CMYK | 0 | 0.16 | 0.89 | 0 |
| HSL | 48.95º | 1% | 0.55% | - |
| HSV(B) | 48.95º | 0.89% | 1% | - |
| XYZ | 65.23 | 68.93 | 10.9 | - |
| YUV | 204.35 | 27.91 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 27 | 0 | 0.16 | 0.89 | 0 | 48.95 | 1 | 0.55 |
| Hex | FF | D5 | 1B | 0 | 10 | 59 | 0 | 31 | 64 | 37 |
| Octal | 377 | 325 | 33 | 0 | 20 | 131 | 0 | 61 | 144 | 67 |
| Binary | 11111111 | 11010101 | 11011 | 0 | 10000 | 1011001 | 0 | 110001 | 1100100 | 110111 |
Color Harmonies of #FFD51B
Complementary color
Monochromatic Colors of #FFD51B
Black with #FFD51B
Text Example
Text Example
White with #FFD51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD51B; }
p { color: rgb(255,213,27); }
H1.HeaderClassName
{
color: #FFD51B;
}
.AnyTagClassName
{
color: #FFD51B;
}
</style>
background-color css
<style>
a { background-color: #FFD51B; }
a { background-color: rgb(255,213,27); }
div.DivClassName
{
background-color: #FFD51B;
}
.BgClassName
{
background-color: #FFD51B;
}
</style>
border-color css
<style>
span { border-color: #FFD51B; }
span { border-color: rgb(255,213,27); }
td.TdClassName
{
border-color: #FFD51B;
}
.TagClassName
{
border-color: #FFD51B;
}
</style>