Shades of Turbo #FFD21B
Tints of Turbo #FFD21B
RGB
CMYK
RGB Variations
Color information
#FFD21B (or 0xFFD21B) is known color: Turbo. HEX triplet: FF, D2 and 1B. RGB value is (255,210,27). Sum of RGB (Red+Green+Blue) = 255+210+27=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 27 (10.94% from 255 or 5.49% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD21B is #002DE4. Grayscale: #CBCBCB. Windows color (decimal): -11749 or 1823487. OLE color: 1823487.
HSL color Cylindrical-coordinate representation of color #FFD21B: hue angle of 48.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFD21B is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 27 | - |
| CMYK | 0 | 0.18 | 0.89 | 0 |
| HSL | 48.16º | 1% | 0.55% | - |
| HSV(B) | 48.16º | 0.89% | 1% | - |
| XYZ | 64.48 | 67.43 | 10.65 | - |
| YUV | 202.59 | 28.91 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 27 | 0 | 0.18 | 0.89 | 0 | 48.16 | 1 | 0.55 |
| Hex | FF | D2 | 1B | 0 | 12 | 59 | 0 | 30 | 64 | 37 |
| Octal | 377 | 322 | 33 | 0 | 22 | 131 | 0 | 60 | 144 | 67 |
| Binary | 11111111 | 11010010 | 11011 | 0 | 10010 | 1011001 | 0 | 110000 | 1100100 | 110111 |
Color Harmonies of #FFD21B
Complementary color
Monochromatic Colors of #FFD21B
Black with #FFD21B
Text Example
Text Example
White with #FFD21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD21B; }
p { color: rgb(255,210,27); }
H1.HeaderClassName
{
color: #FFD21B;
}
.AnyTagClassName
{
color: #FFD21B;
}
</style>
background-color css
<style>
a { background-color: #FFD21B; }
a { background-color: rgb(255,210,27); }
div.DivClassName
{
background-color: #FFD21B;
}
.BgClassName
{
background-color: #FFD21B;
}
</style>
border-color css
<style>
span { border-color: #FFD21B; }
span { border-color: rgb(255,210,27); }
td.TdClassName
{
border-color: #FFD21B;
}
.TagClassName
{
border-color: #FFD21B;
}
</style>