Shades of Turbo #FFD41A
Tints of Turbo #FFD41A
RGB
CMYK
RGB Variations
Color information
#FFD41A (or 0xFFD41A) is known color: Turbo. HEX triplet: FF, D4 and 1A. RGB value is (255,212,26). Sum of RGB (Red+Green+Blue) = 255+212+26=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 26 (10.55% from 255 or 5.27% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD41A is #002BE5. Grayscale: #CCCCCC. Windows color (decimal): -11238 or 1758463. OLE color: 1758463.
HSL color Cylindrical-coordinate representation of color #FFD41A: hue angle of 48.73º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFD41A is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 26 | - |
| CMYK | 0 | 0.17 | 0.90 | 0 |
| HSL | 48.73º | 1% | 0.55% | - |
| HSV(B) | 48.73º | 0.9% | 1% | - |
| XYZ | 64.97 | 68.42 | 10.76 | - |
| YUV | 203.65 | 27.75 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 26 | 0 | 0.17 | 0.90 | 0 | 48.73 | 1 | 0.55 |
| Hex | FF | D4 | 1A | 0 | 11 | 5A | 0 | 31 | 64 | 37 |
| Octal | 377 | 324 | 32 | 0 | 21 | 132 | 0 | 61 | 144 | 67 |
| Binary | 11111111 | 11010100 | 11010 | 0 | 10001 | 1011010 | 0 | 110001 | 1100100 | 110111 |
Color Harmonies of #FFD41A
Complementary color
Monochromatic Colors of #FFD41A
Black with #FFD41A
Text Example
Text Example
White with #FFD41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD41A; }
p { color: rgb(255,212,26); }
H1.HeaderClassName
{
color: #FFD41A;
}
.AnyTagClassName
{
color: #FFD41A;
}
</style>
background-color css
<style>
a { background-color: #FFD41A; }
a { background-color: rgb(255,212,26); }
div.DivClassName
{
background-color: #FFD41A;
}
.BgClassName
{
background-color: #FFD41A;
}
</style>
border-color css
<style>
span { border-color: #FFD41A; }
span { border-color: rgb(255,212,26); }
td.TdClassName
{
border-color: #FFD41A;
}
.TagClassName
{
border-color: #FFD41A;
}
</style>