Shades of Turbo #FFD526
Tints of Turbo #FFD526
RGB
CMYK
RGB Variations
Color information
#FFD526 (or 0xFFD526) is known color: Turbo. HEX triplet: FF, D5 and 26. RGB value is (255,213,38). Sum of RGB (Red+Green+Blue) = 255+213+38=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 38 (15.23% from 255 or 7.51% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD526 is #002AD9. Grayscale: #CECECE. Windows color (decimal): -10970 or 2545151. OLE color: 2545151.
HSL color Cylindrical-coordinate representation of color #FFD526: hue angle of 48.39º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFD526 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 38 | - |
| CMYK | 0 | 0.16 | 0.85 | 0 |
| HSL | 48.39º | 1% | 0.57% | - |
| HSV(B) | 48.39º | 0.85% | 1% | - |
| XYZ | 65.38 | 68.99 | 11.7 | - |
| YUV | 205.61 | 33.41 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 38 | 0 | 0.16 | 0.85 | 0 | 48.39 | 1 | 0.57 |
| Hex | FF | D5 | 26 | 0 | 10 | 55 | 0 | 30 | 64 | 39 |
| Octal | 377 | 325 | 46 | 0 | 20 | 125 | 0 | 60 | 144 | 71 |
| Binary | 11111111 | 11010101 | 100110 | 0 | 10000 | 1010101 | 0 | 110000 | 1100100 | 111001 |
Color Harmonies of #FFD526
Complementary color
Monochromatic Colors of #FFD526
Black with #FFD526
Text Example
Text Example
White with #FFD526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD526; }
p { color: rgb(255,213,38); }
H1.HeaderClassName
{
color: #FFD526;
}
.AnyTagClassName
{
color: #FFD526;
}
</style>
background-color css
<style>
a { background-color: #FFD526; }
a { background-color: rgb(255,213,38); }
div.DivClassName
{
background-color: #FFD526;
}
.BgClassName
{
background-color: #FFD526;
}
</style>
border-color css
<style>
span { border-color: #FFD526; }
span { border-color: rgb(255,213,38); }
td.TdClassName
{
border-color: #FFD526;
}
.TagClassName
{
border-color: #FFD526;
}
</style>