Shades of Turbo #FFD120
Tints of Turbo #FFD120
RGB
CMYK
RGB Variations
Color information
#FFD120 (or 0xFFD120) is known color: Turbo. HEX triplet: FF, D1 and 20. RGB value is (255,209,32). Sum of RGB (Red+Green+Blue) = 255+209+32=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 32 (12.89% from 255 or 6.45% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD120 is #002EDF. Grayscale: #CBCBCB. Windows color (decimal): -12000 or 2150911. OLE color: 2150911.
HSL color Cylindrical-coordinate representation of color #FFD120: hue angle of 47.62º 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 #FFD120 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 32 | - |
| CMYK | 0 | 0.18 | 0.87 | 0 |
| HSL | 47.62º | 1% | 0.56% | - |
| HSV(B) | 47.62º | 0.87% | 1% | - |
| XYZ | 64.3 | 66.97 | 10.9 | - |
| YUV | 202.58 | 31.74 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 32 | 0 | 0.18 | 0.87 | 0 | 47.62 | 1 | 0.56 |
| Hex | FF | D1 | 20 | 0 | 12 | 57 | 0 | 30 | 64 | 38 |
| Octal | 377 | 321 | 40 | 0 | 22 | 127 | 0 | 60 | 144 | 70 |
| Binary | 11111111 | 11010001 | 100000 | 0 | 10010 | 1010111 | 0 | 110000 | 1100100 | 111000 |
Color Harmonies of #FFD120
Complementary color
Monochromatic Colors of #FFD120
Black with #FFD120
Text Example
Text Example
White with #FFD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD120; }
p { color: rgb(255,209,32); }
H1.HeaderClassName
{
color: #FFD120;
}
.AnyTagClassName
{
color: #FFD120;
}
</style>
background-color css
<style>
a { background-color: #FFD120; }
a { background-color: rgb(255,209,32); }
div.DivClassName
{
background-color: #FFD120;
}
.BgClassName
{
background-color: #FFD120;
}
</style>
border-color css
<style>
span { border-color: #FFD120; }
span { border-color: rgb(255,209,32); }
td.TdClassName
{
border-color: #FFD120;
}
.TagClassName
{
border-color: #FFD120;
}
</style>