Shades of Turbo #FFC41F
Tints of Turbo #FFC41F
RGB
CMYK
RGB Variations
Color information
#FFC41F (or 0xFFC41F) is known color: Turbo. HEX triplet: FF, C4 and 1F. RGB value is (255,196,31). Sum of RGB (Red+Green+Blue) = 255+196+31=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC41F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC41F is #003BE0. Grayscale: #C3C3C3. Windows color (decimal): -15329 or 2082047. OLE color: 2082047.
HSL color Cylindrical-coordinate representation of color #FFC41F: hue angle of 44.2º 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 #FFC41F is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 31 | - |
| CMYK | 0 | 0.23 | 0.88 | 0 |
| HSL | 44.2º | 1% | 0.56% | - |
| HSV(B) | 44.2º | 0.88% | 1% | - |
| XYZ | 61.23 | 60.84 | 9.81 | - |
| YUV | 194.83 | 35.55 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 31 | 0 | 0.23 | 0.88 | 0 | 44.2 | 1 | 0.56 |
| Hex | FF | C4 | 1F | 0 | 17 | 58 | 0 | 2C | 64 | 38 |
| Octal | 377 | 304 | 37 | 0 | 27 | 130 | 0 | 54 | 144 | 70 |
| Binary | 11111111 | 11000100 | 11111 | 0 | 10111 | 1011000 | 0 | 101100 | 1100100 | 111000 |
Color Harmonies of #FFC41F
Complementary color
Monochromatic Colors of #FFC41F
Black with #FFC41F
Text Example
Text Example
White with #FFC41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC41F; }
p { color: rgb(255,196,31); }
H1.HeaderClassName
{
color: #FFC41F;
}
.AnyTagClassName
{
color: #FFC41F;
}
</style>
background-color css
<style>
a { background-color: #FFC41F; }
a { background-color: rgb(255,196,31); }
div.DivClassName
{
background-color: #FFC41F;
}
.BgClassName
{
background-color: #FFC41F;
}
</style>
border-color css
<style>
span { border-color: #FFC41F; }
span { border-color: rgb(255,196,31); }
td.TdClassName
{
border-color: #FFC41F;
}
.TagClassName
{
border-color: #FFC41F;
}
</style>