Shades of Turbo #FFC51A
Tints of Turbo #FFC51A
RGB
CMYK
RGB Variations
Color information
#FFC51A (or 0xFFC51A) is known color: Turbo. HEX triplet: FF, C5 and 1A. RGB value is (255,197,26). Sum of RGB (Red+Green+Blue) = 255+197+26=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 26 (10.55% from 255 or 5.44% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC51A is #003AE5. Grayscale: #C3C3C3. Windows color (decimal): -15078 or 1754623. OLE color: 1754623.
HSL color Cylindrical-coordinate representation of color #FFC51A: hue angle of 44.8º 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 #FFC51A is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 26 | - |
| CMYK | 0 | 0.23 | 0.90 | 0 |
| HSL | 44.8º | 1% | 0.55% | - |
| HSV(B) | 44.8º | 0.9% | 1% | - |
| XYZ | 61.39 | 61.27 | 9.57 | - |
| YUV | 194.85 | 32.72 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 26 | 0 | 0.23 | 0.90 | 0 | 44.8 | 1 | 0.55 |
| Hex | FF | C5 | 1A | 0 | 17 | 5A | 0 | 2D | 64 | 37 |
| Octal | 377 | 305 | 32 | 0 | 27 | 132 | 0 | 55 | 144 | 67 |
| Binary | 11111111 | 11000101 | 11010 | 0 | 10111 | 1011010 | 0 | 101101 | 1100100 | 110111 |
Color Harmonies of #FFC51A
Complementary color
Monochromatic Colors of #FFC51A
Black with #FFC51A
Text Example
Text Example
White with #FFC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC51A; }
p { color: rgb(255,197,26); }
H1.HeaderClassName
{
color: #FFC51A;
}
.AnyTagClassName
{
color: #FFC51A;
}
</style>
background-color css
<style>
a { background-color: #FFC51A; }
a { background-color: rgb(255,197,26); }
div.DivClassName
{
background-color: #FFC51A;
}
.BgClassName
{
background-color: #FFC51A;
}
</style>
border-color css
<style>
span { border-color: #FFC51A; }
span { border-color: rgb(255,197,26); }
td.TdClassName
{
border-color: #FFC51A;
}
.TagClassName
{
border-color: #FFC51A;
}
</style>