Shades of Turbo #FFD428
Tints of Turbo #FFD428
RGB
CMYK
RGB Variations
Color information
#FFD428 (or 0xFFD428) is known color: Turbo. HEX triplet: FF, D4 and 28. RGB value is (255,212,40). Sum of RGB (Red+Green+Blue) = 255+212+40=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 40 (16.02% from 255 or 7.89% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD428 is #002BD7. Grayscale: #CDCDCD. Windows color (decimal): -11224 or 2675967. OLE color: 2675967.
HSL color Cylindrical-coordinate representation of color #FFD428: hue angle of 48º 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 #FFD428 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 40 | - |
| CMYK | 0 | 0.17 | 0.84 | 0 |
| HSL | 48º | 1% | 0.58% | - |
| HSV(B) | 48º | 0.84% | 1% | - |
| XYZ | 65.17 | 68.5 | 11.79 | - |
| YUV | 205.25 | 34.75 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 40 | 0 | 0.17 | 0.84 | 0 | 48 | 1 | 0.58 |
| Hex | FF | D4 | 28 | 0 | 11 | 54 | 0 | 30 | 64 | 3A |
| Octal | 377 | 324 | 50 | 0 | 21 | 124 | 0 | 60 | 144 | 72 |
| Binary | 11111111 | 11010100 | 101000 | 0 | 10001 | 1010100 | 0 | 110000 | 1100100 | 111010 |
Color Harmonies of #FFD428
Complementary color
Monochromatic Colors of #FFD428
Black with #FFD428
Text Example
Text Example
White with #FFD428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD428; }
p { color: rgb(255,212,40); }
H1.HeaderClassName
{
color: #FFD428;
}
.AnyTagClassName
{
color: #FFD428;
}
</style>
background-color css
<style>
a { background-color: #FFD428; }
a { background-color: rgb(255,212,40); }
div.DivClassName
{
background-color: #FFD428;
}
.BgClassName
{
background-color: #FFD428;
}
</style>
border-color css
<style>
span { border-color: #FFD428; }
span { border-color: rgb(255,212,40); }
td.TdClassName
{
border-color: #FFD428;
}
.TagClassName
{
border-color: #FFD428;
}
</style>