Shades of Turbo #FFD21F
Tints of Turbo #FFD21F
RGB
CMYK
RGB Variations
Color information
#FFD21F (or 0xFFD21F) is known color: Turbo. HEX triplet: FF, D2 and 1F. RGB value is (255,210,31). Sum of RGB (Red+Green+Blue) = 255+210+31=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 31 (12.5% from 255 or 6.25% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD21F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD21F is #002DE0. Grayscale: #CBCBCB. Windows color (decimal): -11745 or 2085631. OLE color: 2085631.
HSL color Cylindrical-coordinate representation of color #FFD21F: hue angle of 47.95º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFD21F is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 31 | - |
| CMYK | 0 | 0.18 | 0.88 | 0 |
| HSL | 47.95º | 1% | 0.56% | - |
| HSV(B) | 47.95º | 0.88% | 1% | - |
| XYZ | 64.53 | 67.45 | 10.91 | - |
| YUV | 203.05 | 30.91 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 31 | 0 | 0.18 | 0.88 | 0 | 47.95 | 1 | 0.56 |
| Hex | FF | D2 | 1F | 0 | 12 | 58 | 0 | 30 | 64 | 38 |
| Octal | 377 | 322 | 37 | 0 | 22 | 130 | 0 | 60 | 144 | 70 |
| Binary | 11111111 | 11010010 | 11111 | 0 | 10010 | 1011000 | 0 | 110000 | 1100100 | 111000 |
Color Harmonies of #FFD21F
Complementary color
Monochromatic Colors of #FFD21F
Black with #FFD21F
Text Example
Text Example
White with #FFD21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD21F; }
p { color: rgb(255,210,31); }
H1.HeaderClassName
{
color: #FFD21F;
}
.AnyTagClassName
{
color: #FFD21F;
}
</style>
background-color css
<style>
a { background-color: #FFD21F; }
a { background-color: rgb(255,210,31); }
div.DivClassName
{
background-color: #FFD21F;
}
.BgClassName
{
background-color: #FFD21F;
}
</style>
border-color css
<style>
span { border-color: #FFD21F; }
span { border-color: rgb(255,210,31); }
td.TdClassName
{
border-color: #FFD21F;
}
.TagClassName
{
border-color: #FFD21F;
}
</style>