Shades of Turbo #FFC524
Tints of Turbo #FFC524
RGB
CMYK
RGB Variations
Color information
#FFC524 (or 0xFFC524) is known color: Turbo. HEX triplet: FF, C5 and 24. RGB value is (255,197,36). Sum of RGB (Red+Green+Blue) = 255+197+36=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 36 (14.45% from 255 or 7.38% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC524 is #003ADB. Grayscale: #C4C4C4. Windows color (decimal): -15068 or 2409983. OLE color: 2409983.
HSL color Cylindrical-coordinate representation of color #FFC524: hue angle of 44.11º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFC524 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 36 | - |
| CMYK | 0 | 0.23 | 0.86 | 0 |
| HSL | 44.11º | 1% | 0.57% | - |
| HSV(B) | 44.11º | 0.86% | 1% | - |
| XYZ | 61.52 | 61.32 | 10.26 | - |
| YUV | 195.99 | 37.72 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 36 | 0 | 0.23 | 0.86 | 0 | 44.11 | 1 | 0.57 |
| Hex | FF | C5 | 24 | 0 | 17 | 56 | 0 | 2C | 64 | 39 |
| Octal | 377 | 305 | 44 | 0 | 27 | 126 | 0 | 54 | 144 | 71 |
| Binary | 11111111 | 11000101 | 100100 | 0 | 10111 | 1010110 | 0 | 101100 | 1100100 | 111001 |
Color Harmonies of #FFC524
Complementary color
Monochromatic Colors of #FFC524
Black with #FFC524
Text Example
Text Example
White with #FFC524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC524; }
p { color: rgb(255,197,36); }
H1.HeaderClassName
{
color: #FFC524;
}
.AnyTagClassName
{
color: #FFC524;
}
</style>
background-color css
<style>
a { background-color: #FFC524; }
a { background-color: rgb(255,197,36); }
div.DivClassName
{
background-color: #FFC524;
}
.BgClassName
{
background-color: #FFC524;
}
</style>
border-color css
<style>
span { border-color: #FFC524; }
span { border-color: rgb(255,197,36); }
td.TdClassName
{
border-color: #FFC524;
}
.TagClassName
{
border-color: #FFC524;
}
</style>