Shades of Turbo #FFD820
Tints of Turbo #FFD820
RGB
CMYK
RGB Variations
Color information
#FFD820 (or 0xFFD820) is known color: Turbo. HEX triplet: FF, D8 and 20. RGB value is (255,216,32). Sum of RGB (Red+Green+Blue) = 255+216+32=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 32 (12.89% from 255 or 6.36% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD820 is #0027DF. Grayscale: #CFCFCF. Windows color (decimal): -10208 or 2152703. OLE color: 2152703.
HSL color Cylindrical-coordinate representation of color #FFD820: hue angle of 49.51º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFD820 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 32 | - |
| CMYK | 0 | 0.15 | 0.87 | 0 |
| HSL | 49.51º | 1% | 0.56% | - |
| HSV(B) | 49.51º | 0.87% | 1% | - |
| XYZ | 66.06 | 70.48 | 11.49 | - |
| YUV | 206.69 | 29.42 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 32 | 0 | 0.15 | 0.87 | 0 | 49.51 | 1 | 0.56 |
| Hex | FF | D8 | 20 | 0 | F | 57 | 0 | 32 | 64 | 38 |
| Octal | 377 | 330 | 40 | 0 | 17 | 127 | 0 | 62 | 144 | 70 |
| Binary | 11111111 | 11011000 | 100000 | 0 | 1111 | 1010111 | 0 | 110010 | 1100100 | 111000 |
Color Harmonies of #FFD820
Complementary color
Monochromatic Colors of #FFD820
Black with #FFD820
Text Example
Text Example
White with #FFD820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD820; }
p { color: rgb(255,216,32); }
H1.HeaderClassName
{
color: #FFD820;
}
.AnyTagClassName
{
color: #FFD820;
}
</style>
background-color css
<style>
a { background-color: #FFD820; }
a { background-color: rgb(255,216,32); }
div.DivClassName
{
background-color: #FFD820;
}
.BgClassName
{
background-color: #FFD820;
}
</style>
border-color css
<style>
span { border-color: #FFD820; }
span { border-color: rgb(255,216,32); }
td.TdClassName
{
border-color: #FFD820;
}
.TagClassName
{
border-color: #FFD820;
}
</style>