Shades of Turbo #FFC61A
Tints of Turbo #FFC61A
RGB
CMYK
RGB Variations
Color information
#FFC61A (or 0xFFC61A) is known color: Turbo. HEX triplet: FF, C6 and 1A. RGB value is (255,198,26). Sum of RGB (Red+Green+Blue) = 255+198+26=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 26 (10.55% from 255 or 5.43% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC61A is #0039E5. Grayscale: #C4C4C4. Windows color (decimal): -14822 or 1754879. OLE color: 1754879.
HSL color Cylindrical-coordinate representation of color #FFC61A: hue angle of 45.07º 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 #FFC61A is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 26 | - |
| CMYK | 0 | 0.22 | 0.90 | 0 |
| HSL | 45.07º | 1% | 0.55% | - |
| HSV(B) | 45.07º | 0.9% | 1% | - |
| XYZ | 61.62 | 61.72 | 9.64 | - |
| YUV | 195.44 | 32.38 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 26 | 0 | 0.22 | 0.90 | 0 | 45.07 | 1 | 0.55 |
| Hex | FF | C6 | 1A | 0 | 16 | 5A | 0 | 2D | 64 | 37 |
| Octal | 377 | 306 | 32 | 0 | 26 | 132 | 0 | 55 | 144 | 67 |
| Binary | 11111111 | 11000110 | 11010 | 0 | 10110 | 1011010 | 0 | 101101 | 1100100 | 110111 |
Color Harmonies of #FFC61A
Complementary color
Monochromatic Colors of #FFC61A
Black with #FFC61A
Text Example
Text Example
White with #FFC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC61A; }
p { color: rgb(255,198,26); }
H1.HeaderClassName
{
color: #FFC61A;
}
.AnyTagClassName
{
color: #FFC61A;
}
</style>
background-color css
<style>
a { background-color: #FFC61A; }
a { background-color: rgb(255,198,26); }
div.DivClassName
{
background-color: #FFC61A;
}
.BgClassName
{
background-color: #FFC61A;
}
</style>
border-color css
<style>
span { border-color: #FFC61A; }
span { border-color: rgb(255,198,26); }
td.TdClassName
{
border-color: #FFC61A;
}
.TagClassName
{
border-color: #FFC61A;
}
</style>