Shades of Turbo #FFC41E
Tints of Turbo #FFC41E
RGB
CMYK
RGB Variations
Color information
#FFC41E (or 0xFFC41E) is known color: Turbo. HEX triplet: FF, C4 and 1E. RGB value is (255,196,30). Sum of RGB (Red+Green+Blue) = 255+196+30=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 30 (12.11% from 255 or 6.24% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC41E is #003BE1. Grayscale: #C3C3C3. Windows color (decimal): -15330 or 2016511. OLE color: 2016511.
HSL color Cylindrical-coordinate representation of color #FFC41E: hue angle of 44.27º 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 #FFC41E is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 30 | - |
| CMYK | 0 | 0.23 | 0.88 | 0 |
| HSL | 44.27º | 1% | 0.56% | - |
| HSV(B) | 44.27º | 0.88% | 1% | - |
| XYZ | 61.21 | 60.83 | 9.74 | - |
| YUV | 194.72 | 35.05 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 30 | 0 | 0.23 | 0.88 | 0 | 44.27 | 1 | 0.56 |
| Hex | FF | C4 | 1E | 0 | 17 | 58 | 0 | 2C | 64 | 38 |
| Octal | 377 | 304 | 36 | 0 | 27 | 130 | 0 | 54 | 144 | 70 |
| Binary | 11111111 | 11000100 | 11110 | 0 | 10111 | 1011000 | 0 | 101100 | 1100100 | 111000 |
Color Harmonies of #FFC41E
Complementary color
Monochromatic Colors of #FFC41E
Black with #FFC41E
Text Example
Text Example
White with #FFC41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC41E; }
p { color: rgb(255,196,30); }
H1.HeaderClassName
{
color: #FFC41E;
}
.AnyTagClassName
{
color: #FFC41E;
}
</style>
background-color css
<style>
a { background-color: #FFC41E; }
a { background-color: rgb(255,196,30); }
div.DivClassName
{
background-color: #FFC41E;
}
.BgClassName
{
background-color: #FFC41E;
}
</style>
border-color css
<style>
span { border-color: #FFC41E; }
span { border-color: rgb(255,196,30); }
td.TdClassName
{
border-color: #FFC41E;
}
.TagClassName
{
border-color: #FFC41E;
}
</style>