Shades of Turbo #FFC51B
Tints of Turbo #FFC51B
RGB
CMYK
RGB Variations
Color information
#FFC51B (or 0xFFC51B) is known color: Turbo. HEX triplet: FF, C5 and 1B. RGB value is (255,197,27). Sum of RGB (Red+Green+Blue) = 255+197+27=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 27 (10.94% from 255 or 5.64% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC51B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC51B is #003AE4. Grayscale: #C3C3C3. Windows color (decimal): -15077 or 1820159. OLE color: 1820159.
HSL color Cylindrical-coordinate representation of color #FFC51B: hue angle of 44.74º 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 #FFC51B is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 27 | - |
| CMYK | 0 | 0.23 | 0.89 | 0 |
| HSL | 44.74º | 1% | 0.55% | - |
| HSV(B) | 44.74º | 0.89% | 1% | - |
| XYZ | 61.4 | 61.27 | 9.63 | - |
| YUV | 194.96 | 33.22 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 27 | 0 | 0.23 | 0.89 | 0 | 44.74 | 1 | 0.55 |
| Hex | FF | C5 | 1B | 0 | 17 | 59 | 0 | 2D | 64 | 37 |
| Octal | 377 | 305 | 33 | 0 | 27 | 131 | 0 | 55 | 144 | 67 |
| Binary | 11111111 | 11000101 | 11011 | 0 | 10111 | 1011001 | 0 | 101101 | 1100100 | 110111 |
Color Harmonies of #FFC51B
Complementary color
Monochromatic Colors of #FFC51B
Black with #FFC51B
Text Example
Text Example
White with #FFC51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC51B; }
p { color: rgb(255,197,27); }
H1.HeaderClassName
{
color: #FFC51B;
}
.AnyTagClassName
{
color: #FFC51B;
}
</style>
background-color css
<style>
a { background-color: #FFC51B; }
a { background-color: rgb(255,197,27); }
div.DivClassName
{
background-color: #FFC51B;
}
.BgClassName
{
background-color: #FFC51B;
}
</style>
border-color css
<style>
span { border-color: #FFC51B; }
span { border-color: rgb(255,197,27); }
td.TdClassName
{
border-color: #FFC51B;
}
.TagClassName
{
border-color: #FFC51B;
}
</style>