Shades of Turbo #FFC51D
Tints of Turbo #FFC51D
RGB
CMYK
RGB Variations
Color information
#FFC51D (or 0xFFC51D) is known color: Turbo. HEX triplet: FF, C5 and 1D. RGB value is (255,197,29). Sum of RGB (Red+Green+Blue) = 255+197+29=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC51D is #003AE2. Grayscale: #C3C3C3. Windows color (decimal): -15075 or 1951231. OLE color: 1951231.
HSL color Cylindrical-coordinate representation of color #FFC51D: hue angle of 44.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFC51D is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 29 | - |
| CMYK | 0 | 0.23 | 0.89 | 0 |
| HSL | 44.6º | 1% | 0.56% | - |
| HSV(B) | 44.6º | 0.89% | 1% | - |
| XYZ | 61.43 | 61.28 | 9.75 | - |
| YUV | 195.19 | 34.22 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 29 | 0 | 0.23 | 0.89 | 0 | 44.6 | 1 | 0.56 |
| Hex | FF | C5 | 1D | 0 | 17 | 59 | 0 | 2D | 64 | 38 |
| Octal | 377 | 305 | 35 | 0 | 27 | 131 | 0 | 55 | 144 | 70 |
| Binary | 11111111 | 11000101 | 11101 | 0 | 10111 | 1011001 | 0 | 101101 | 1100100 | 111000 |
Color Harmonies of #FFC51D
Complementary color
Monochromatic Colors of #FFC51D
Black with #FFC51D
Text Example
Text Example
White with #FFC51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC51D; }
p { color: rgb(255,197,29); }
H1.HeaderClassName
{
color: #FFC51D;
}
.AnyTagClassName
{
color: #FFC51D;
}
</style>
background-color css
<style>
a { background-color: #FFC51D; }
a { background-color: rgb(255,197,29); }
div.DivClassName
{
background-color: #FFC51D;
}
.BgClassName
{
background-color: #FFC51D;
}
</style>
border-color css
<style>
span { border-color: #FFC51D; }
span { border-color: rgb(255,197,29); }
td.TdClassName
{
border-color: #FFC51D;
}
.TagClassName
{
border-color: #FFC51D;
}
</style>