Shades of Turbo #FFD628
Tints of Turbo #FFD628
RGB
CMYK
RGB Variations
Color information
#FFD628 (or 0xFFD628) is known color: Turbo. HEX triplet: FF, D6 and 28. RGB value is (255,214,40). Sum of RGB (Red+Green+Blue) = 255+214+40=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 40 (16.02% from 255 or 7.86% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD628 is #0029D7. Grayscale: #CFCFCF. Windows color (decimal): -10712 or 2676479. OLE color: 2676479.
HSL color Cylindrical-coordinate representation of color #FFD628: hue angle of 48.56º 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 #FFD628 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 40 | - |
| CMYK | 0 | 0.16 | 0.84 | 0 |
| HSL | 48.56º | 1% | 0.58% | - |
| HSV(B) | 48.56º | 0.84% | 1% | - |
| XYZ | 65.67 | 69.51 | 11.96 | - |
| YUV | 206.42 | 34.08 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 40 | 0 | 0.16 | 0.84 | 0 | 48.56 | 1 | 0.58 |
| Hex | FF | D6 | 28 | 0 | 10 | 54 | 0 | 31 | 64 | 3A |
| Octal | 377 | 326 | 50 | 0 | 20 | 124 | 0 | 61 | 144 | 72 |
| Binary | 11111111 | 11010110 | 101000 | 0 | 10000 | 1010100 | 0 | 110001 | 1100100 | 111010 |
Color Harmonies of #FFD628
Complementary color
Monochromatic Colors of #FFD628
Black with #FFD628
Text Example
Text Example
White with #FFD628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD628; }
p { color: rgb(255,214,40); }
H1.HeaderClassName
{
color: #FFD628;
}
.AnyTagClassName
{
color: #FFD628;
}
</style>
background-color css
<style>
a { background-color: #FFD628; }
a { background-color: rgb(255,214,40); }
div.DivClassName
{
background-color: #FFD628;
}
.BgClassName
{
background-color: #FFD628;
}
</style>
border-color css
<style>
span { border-color: #FFD628; }
span { border-color: rgb(255,214,40); }
td.TdClassName
{
border-color: #FFD628;
}
.TagClassName
{
border-color: #FFD628;
}
</style>