Shades of Turbo #FFD21C
Tints of Turbo #FFD21C
RGB
CMYK
RGB Variations
Color information
#FFD21C (or 0xFFD21C) is known color: Turbo. HEX triplet: FF, D2 and 1C. RGB value is (255,210,28). Sum of RGB (Red+Green+Blue) = 255+210+28=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 28 (11.33% from 255 or 5.68% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD21C is #002DE3. Grayscale: #CBCBCB. Windows color (decimal): -11748 or 1889023. OLE color: 1889023.
HSL color Cylindrical-coordinate representation of color #FFD21C: hue angle of 48.11º 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 #FFD21C is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 28 | - |
| CMYK | 0 | 0.18 | 0.89 | 0 |
| HSL | 48.11º | 1% | 0.55% | - |
| HSV(B) | 48.11º | 0.89% | 1% | - |
| XYZ | 64.5 | 67.44 | 10.72 | - |
| YUV | 202.71 | 29.41 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 28 | 0 | 0.18 | 0.89 | 0 | 48.11 | 1 | 0.55 |
| Hex | FF | D2 | 1C | 0 | 12 | 59 | 0 | 30 | 64 | 37 |
| Octal | 377 | 322 | 34 | 0 | 22 | 131 | 0 | 60 | 144 | 67 |
| Binary | 11111111 | 11010010 | 11100 | 0 | 10010 | 1011001 | 0 | 110000 | 1100100 | 110111 |
Color Harmonies of #FFD21C
Complementary color
Monochromatic Colors of #FFD21C
Black with #FFD21C
Text Example
Text Example
White with #FFD21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD21C; }
p { color: rgb(255,210,28); }
H1.HeaderClassName
{
color: #FFD21C;
}
.AnyTagClassName
{
color: #FFD21C;
}
</style>
background-color css
<style>
a { background-color: #FFD21C; }
a { background-color: rgb(255,210,28); }
div.DivClassName
{
background-color: #FFD21C;
}
.BgClassName
{
background-color: #FFD21C;
}
</style>
border-color css
<style>
span { border-color: #FFD21C; }
span { border-color: rgb(255,210,28); }
td.TdClassName
{
border-color: #FFD21C;
}
.TagClassName
{
border-color: #FFD21C;
}
</style>