Shades of Turbo #FFD51A
Tints of Turbo #FFD51A
RGB
CMYK
RGB Variations
Color information
#FFD51A (or 0xFFD51A) is known color: Turbo. HEX triplet: FF, D5 and 1A. RGB value is (255,213,26). Sum of RGB (Red+Green+Blue) = 255+213+26=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 26 (10.55% from 255 or 5.26% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD51A is #002AE5. Grayscale: #CDCDCD. Windows color (decimal): -10982 or 1758719. OLE color: 1758719.
HSL color Cylindrical-coordinate representation of color #FFD51A: hue angle of 49º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFD51A is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 26 | - |
| CMYK | 0 | 0.16 | 0.90 | 0 |
| HSL | 49º | 1% | 0.55% | - |
| HSV(B) | 49º | 0.9% | 1% | - |
| XYZ | 65.22 | 68.92 | 10.84 | - |
| YUV | 204.24 | 27.41 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 26 | 0 | 0.16 | 0.90 | 0 | 49 | 1 | 0.55 |
| Hex | FF | D5 | 1A | 0 | 10 | 5A | 0 | 31 | 64 | 37 |
| Octal | 377 | 325 | 32 | 0 | 20 | 132 | 0 | 61 | 144 | 67 |
| Binary | 11111111 | 11010101 | 11010 | 0 | 10000 | 1011010 | 0 | 110001 | 1100100 | 110111 |
Color Harmonies of #FFD51A
Complementary color
Monochromatic Colors of #FFD51A
Black with #FFD51A
Text Example
Text Example
White with #FFD51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD51A; }
p { color: rgb(255,213,26); }
H1.HeaderClassName
{
color: #FFD51A;
}
.AnyTagClassName
{
color: #FFD51A;
}
</style>
background-color css
<style>
a { background-color: #FFD51A; }
a { background-color: rgb(255,213,26); }
div.DivClassName
{
background-color: #FFD51A;
}
.BgClassName
{
background-color: #FFD51A;
}
</style>
border-color css
<style>
span { border-color: #FFD51A; }
span { border-color: rgb(255,213,26); }
td.TdClassName
{
border-color: #FFD51A;
}
.TagClassName
{
border-color: #FFD51A;
}
</style>