Shades of Turbo #FFD41C
Tints of Turbo #FFD41C
RGB
CMYK
RGB Variations
Color information
#FFD41C (or 0xFFD41C) is known color: Turbo. HEX triplet: FF, D4 and 1C. RGB value is (255,212,28). Sum of RGB (Red+Green+Blue) = 255+212+28=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 28 (11.33% from 255 or 5.66% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD41C is #002BE3. Grayscale: #CCCCCC. Windows color (decimal): -11236 or 1889535. OLE color: 1889535.
HSL color Cylindrical-coordinate representation of color #FFD41C: hue angle of 48.63º 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 #FFD41C is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 28 | - |
| CMYK | 0 | 0.17 | 0.89 | 0 |
| HSL | 48.63º | 1% | 0.55% | - |
| HSV(B) | 48.63º | 0.89% | 1% | - |
| XYZ | 64.99 | 68.43 | 10.88 | - |
| YUV | 203.88 | 28.75 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 28 | 0 | 0.17 | 0.89 | 0 | 48.63 | 1 | 0.55 |
| Hex | FF | D4 | 1C | 0 | 11 | 59 | 0 | 31 | 64 | 37 |
| Octal | 377 | 324 | 34 | 0 | 21 | 131 | 0 | 61 | 144 | 67 |
| Binary | 11111111 | 11010100 | 11100 | 0 | 10001 | 1011001 | 0 | 110001 | 1100100 | 110111 |
Color Harmonies of #FFD41C
Complementary color
Monochromatic Colors of #FFD41C
Black with #FFD41C
Text Example
Text Example
White with #FFD41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD41C; }
p { color: rgb(255,212,28); }
H1.HeaderClassName
{
color: #FFD41C;
}
.AnyTagClassName
{
color: #FFD41C;
}
</style>
background-color css
<style>
a { background-color: #FFD41C; }
a { background-color: rgb(255,212,28); }
div.DivClassName
{
background-color: #FFD41C;
}
.BgClassName
{
background-color: #FFD41C;
}
</style>
border-color css
<style>
span { border-color: #FFD41C; }
span { border-color: rgb(255,212,28); }
td.TdClassName
{
border-color: #FFD41C;
}
.TagClassName
{
border-color: #FFD41C;
}
</style>