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