Shades of Turbo #FFD528
Tints of Turbo #FFD528
RGB
CMYK
RGB Variations
Color information
#FFD528 (or 0xFFD528) is known color: Turbo. HEX triplet: FF, D5 and 28. RGB value is (255,213,40). Sum of RGB (Red+Green+Blue) = 255+213+40=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 40 (16.02% from 255 or 7.87% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD528 is #002AD7. Grayscale: #CECECE. Windows color (decimal): -10968 or 2676223. OLE color: 2676223.
HSL color Cylindrical-coordinate representation of color #FFD528: hue angle of 48.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFD528 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 40 | - |
| CMYK | 0 | 0.16 | 0.84 | 0 |
| HSL | 48.28º | 1% | 0.58% | - |
| HSV(B) | 48.28º | 0.84% | 1% | - |
| XYZ | 65.42 | 69 | 11.88 | - |
| YUV | 205.84 | 34.41 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 40 | 0 | 0.16 | 0.84 | 0 | 48.28 | 1 | 0.58 |
| Hex | FF | D5 | 28 | 0 | 10 | 54 | 0 | 30 | 64 | 3A |
| Octal | 377 | 325 | 50 | 0 | 20 | 124 | 0 | 60 | 144 | 72 |
| Binary | 11111111 | 11010101 | 101000 | 0 | 10000 | 1010100 | 0 | 110000 | 1100100 | 111010 |
Color Harmonies of #FFD528
Complementary color
Monochromatic Colors of #FFD528
Black with #FFD528
Text Example
Text Example
White with #FFD528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD528; }
p { color: rgb(255,213,40); }
H1.HeaderClassName
{
color: #FFD528;
}
.AnyTagClassName
{
color: #FFD528;
}
</style>
background-color css
<style>
a { background-color: #FFD528; }
a { background-color: rgb(255,213,40); }
div.DivClassName
{
background-color: #FFD528;
}
.BgClassName
{
background-color: #FFD528;
}
</style>
border-color css
<style>
span { border-color: #FFD528; }
span { border-color: rgb(255,213,40); }
td.TdClassName
{
border-color: #FFD528;
}
.TagClassName
{
border-color: #FFD528;
}
</style>