Shades of Turbo #FFC51C
Tints of Turbo #FFC51C
RGB
CMYK
RGB Variations
Color information
#FFC51C (or 0xFFC51C) is known color: Turbo. HEX triplet: FF, C5 and 1C. RGB value is (255,197,28). Sum of RGB (Red+Green+Blue) = 255+197+28=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 28 (11.33% from 255 or 5.83% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC51C is #003AE3. Grayscale: #C3C3C3. Windows color (decimal): -15076 or 1885695. OLE color: 1885695.
HSL color Cylindrical-coordinate representation of color #FFC51C: hue angle of 44.67º 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 #FFC51C is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 28 | - |
| CMYK | 0 | 0.23 | 0.89 | 0 |
| HSL | 44.67º | 1% | 0.55% | - |
| HSV(B) | 44.67º | 0.89% | 1% | - |
| XYZ | 61.42 | 61.28 | 9.69 | - |
| YUV | 195.08 | 33.72 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 28 | 0 | 0.23 | 0.89 | 0 | 44.67 | 1 | 0.55 |
| Hex | FF | C5 | 1C | 0 | 17 | 59 | 0 | 2D | 64 | 37 |
| Octal | 377 | 305 | 34 | 0 | 27 | 131 | 0 | 55 | 144 | 67 |
| Binary | 11111111 | 11000101 | 11100 | 0 | 10111 | 1011001 | 0 | 101101 | 1100100 | 110111 |
Color Harmonies of #FFC51C
Complementary color
Monochromatic Colors of #FFC51C
Black with #FFC51C
Text Example
Text Example
White with #FFC51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC51C; }
p { color: rgb(255,197,28); }
H1.HeaderClassName
{
color: #FFC51C;
}
.AnyTagClassName
{
color: #FFC51C;
}
</style>
background-color css
<style>
a { background-color: #FFC51C; }
a { background-color: rgb(255,197,28); }
div.DivClassName
{
background-color: #FFC51C;
}
.BgClassName
{
background-color: #FFC51C;
}
</style>
border-color css
<style>
span { border-color: #FFC51C; }
span { border-color: rgb(255,197,28); }
td.TdClassName
{
border-color: #FFC51C;
}
.TagClassName
{
border-color: #FFC51C;
}
</style>