Shades of Turbo #FFC61B
Tints of Turbo #FFC61B
RGB
CMYK
RGB Variations
Color information
#FFC61B (or 0xFFC61B) is known color: Turbo. HEX triplet: FF, C6 and 1B. RGB value is (255,198,27). Sum of RGB (Red+Green+Blue) = 255+198+27=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 27 (10.94% from 255 or 5.62% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC61B is #0039E4. Grayscale: #C4C4C4. Windows color (decimal): -14821 or 1820415. OLE color: 1820415.
HSL color Cylindrical-coordinate representation of color #FFC61B: hue angle of 45º 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 #FFC61B is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 27 | - |
| CMYK | 0 | 0.22 | 0.89 | 0 |
| HSL | 45º | 1% | 0.55% | - |
| HSV(B) | 45º | 0.89% | 1% | - |
| XYZ | 61.63 | 61.73 | 9.7 | - |
| YUV | 195.55 | 32.88 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 27 | 0 | 0.22 | 0.89 | 0 | 45 | 1 | 0.55 |
| Hex | FF | C6 | 1B | 0 | 16 | 59 | 0 | 2D | 64 | 37 |
| Octal | 377 | 306 | 33 | 0 | 26 | 131 | 0 | 55 | 144 | 67 |
| Binary | 11111111 | 11000110 | 11011 | 0 | 10110 | 1011001 | 0 | 101101 | 1100100 | 110111 |
Color Harmonies of #FFC61B
Complementary color
Monochromatic Colors of #FFC61B
Black with #FFC61B
Text Example
Text Example
White with #FFC61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC61B; }
p { color: rgb(255,198,27); }
H1.HeaderClassName
{
color: #FFC61B;
}
.AnyTagClassName
{
color: #FFC61B;
}
</style>
background-color css
<style>
a { background-color: #FFC61B; }
a { background-color: rgb(255,198,27); }
div.DivClassName
{
background-color: #FFC61B;
}
.BgClassName
{
background-color: #FFC61B;
}
</style>
border-color css
<style>
span { border-color: #FFC61B; }
span { border-color: rgb(255,198,27); }
td.TdClassName
{
border-color: #FFC61B;
}
.TagClassName
{
border-color: #FFC61B;
}
</style>