Shades of Turbo #FFD321
Tints of Turbo #FFD321
RGB
CMYK
RGB Variations
Color information
#FFD321 (or 0xFFD321) is known color: Turbo. HEX triplet: FF, D3 and 21. RGB value is (255,211,33). Sum of RGB (Red+Green+Blue) = 255+211+33=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 33 (13.28% from 255 or 6.61% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD321 is #002CDE. Grayscale: #CCCCCC. Windows color (decimal): -11487 or 2216959. OLE color: 2216959.
HSL color Cylindrical-coordinate representation of color #FFD321: hue angle of 48.11º 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 #FFD321 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 33 | - |
| CMYK | 0 | 0.17 | 0.87 | 0 |
| HSL | 48.11º | 1% | 0.56% | - |
| HSV(B) | 48.11º | 0.87% | 1% | - |
| XYZ | 64.81 | 67.96 | 11.14 | - |
| YUV | 203.86 | 31.58 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 33 | 0 | 0.17 | 0.87 | 0 | 48.11 | 1 | 0.56 |
| Hex | FF | D3 | 21 | 0 | 11 | 57 | 0 | 30 | 64 | 38 |
| Octal | 377 | 323 | 41 | 0 | 21 | 127 | 0 | 60 | 144 | 70 |
| Binary | 11111111 | 11010011 | 100001 | 0 | 10001 | 1010111 | 0 | 110000 | 1100100 | 111000 |
Color Harmonies of #FFD321
Complementary color
Monochromatic Colors of #FFD321
Black with #FFD321
Text Example
Text Example
White with #FFD321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD321; }
p { color: rgb(255,211,33); }
H1.HeaderClassName
{
color: #FFD321;
}
.AnyTagClassName
{
color: #FFD321;
}
</style>
background-color css
<style>
a { background-color: #FFD321; }
a { background-color: rgb(255,211,33); }
div.DivClassName
{
background-color: #FFD321;
}
.BgClassName
{
background-color: #FFD321;
}
</style>
border-color css
<style>
span { border-color: #FFD321; }
span { border-color: rgb(255,211,33); }
td.TdClassName
{
border-color: #FFD321;
}
.TagClassName
{
border-color: #FFD321;
}
</style>