Shades of Turbo #FFC61E
Tints of Turbo #FFC61E
RGB
CMYK
RGB Variations
Color information
#FFC61E (or 0xFFC61E) is known color: Turbo. HEX triplet: FF, C6 and 1E. RGB value is (255,198,30). Sum of RGB (Red+Green+Blue) = 255+198+30=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 30 (12.11% from 255 or 6.21% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC61E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC61E is #0039E1. Grayscale: #C4C4C4. Windows color (decimal): -14818 or 2017023. OLE color: 2017023.
HSL color Cylindrical-coordinate representation of color #FFC61E: hue angle of 44.8º 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 #FFC61E is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 30 | - |
| CMYK | 0 | 0.22 | 0.88 | 0 |
| HSL | 44.8º | 1% | 0.56% | - |
| HSV(B) | 44.8º | 0.88% | 1% | - |
| XYZ | 61.67 | 61.74 | 9.9 | - |
| YUV | 195.89 | 34.38 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 30 | 0 | 0.22 | 0.88 | 0 | 44.8 | 1 | 0.56 |
| Hex | FF | C6 | 1E | 0 | 16 | 58 | 0 | 2D | 64 | 38 |
| Octal | 377 | 306 | 36 | 0 | 26 | 130 | 0 | 55 | 144 | 70 |
| Binary | 11111111 | 11000110 | 11110 | 0 | 10110 | 1011000 | 0 | 101101 | 1100100 | 111000 |
Color Harmonies of #FFC61E
Complementary color
Monochromatic Colors of #FFC61E
Black with #FFC61E
Text Example
Text Example
White with #FFC61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC61E; }
p { color: rgb(255,198,30); }
H1.HeaderClassName
{
color: #FFC61E;
}
.AnyTagClassName
{
color: #FFC61E;
}
</style>
background-color css
<style>
a { background-color: #FFC61E; }
a { background-color: rgb(255,198,30); }
div.DivClassName
{
background-color: #FFC61E;
}
.BgClassName
{
background-color: #FFC61E;
}
</style>
border-color css
<style>
span { border-color: #FFC61E; }
span { border-color: rgb(255,198,30); }
td.TdClassName
{
border-color: #FFC61E;
}
.TagClassName
{
border-color: #FFC61E;
}
</style>