Shades of Turbo #FFD41E
Tints of Turbo #FFD41E
RGB
CMYK
RGB Variations
Color information
#FFD41E (or 0xFFD41E) is known color: Turbo. HEX triplet: FF, D4 and 1E. RGB value is (255,212,30). Sum of RGB (Red+Green+Blue) = 255+212+30=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 30 (12.11% from 255 or 6.04% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD41E is #002BE1. Grayscale: #CCCCCC. Windows color (decimal): -11234 or 2020607. OLE color: 2020607.
HSL color Cylindrical-coordinate representation of color #FFD41E: hue angle of 48.53º 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 #FFD41E is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 30 | - |
| CMYK | 0 | 0.17 | 0.88 | 0 |
| HSL | 48.53º | 1% | 0.56% | - |
| HSV(B) | 48.53º | 0.88% | 1% | - |
| XYZ | 65.02 | 68.44 | 11.01 | - |
| YUV | 204.11 | 29.75 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 30 | 0 | 0.17 | 0.88 | 0 | 48.53 | 1 | 0.56 |
| Hex | FF | D4 | 1E | 0 | 11 | 58 | 0 | 31 | 64 | 38 |
| Octal | 377 | 324 | 36 | 0 | 21 | 130 | 0 | 61 | 144 | 70 |
| Binary | 11111111 | 11010100 | 11110 | 0 | 10001 | 1011000 | 0 | 110001 | 1100100 | 111000 |
Color Harmonies of #FFD41E
Complementary color
Monochromatic Colors of #FFD41E
Black with #FFD41E
Text Example
Text Example
White with #FFD41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD41E; }
p { color: rgb(255,212,30); }
H1.HeaderClassName
{
color: #FFD41E;
}
.AnyTagClassName
{
color: #FFD41E;
}
</style>
background-color css
<style>
a { background-color: #FFD41E; }
a { background-color: rgb(255,212,30); }
div.DivClassName
{
background-color: #FFD41E;
}
.BgClassName
{
background-color: #FFD41E;
}
</style>
border-color css
<style>
span { border-color: #FFD41E; }
span { border-color: rgb(255,212,30); }
td.TdClassName
{
border-color: #FFD41E;
}
.TagClassName
{
border-color: #FFD41E;
}
</style>