Shades of Turbo #F8C524
Tints of Turbo #F8C524
RGB
CMYK
RGB Variations
Color information
#F8C524 (or 0xF8C524) is known color: Turbo. HEX triplet: F8, C5 and 24. RGB value is (248,197,36). Sum of RGB (Red+Green+Blue) = 248+197+36=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 36 (14.45% from 255 or 7.48% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C524 is #073ADB. Grayscale: #C2C2C2. Windows color (decimal): -473820 or 2409976. OLE color: 2409976.
HSL color Cylindrical-coordinate representation of color #F8C524: hue angle of 45.57º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8C524 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 36 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.03 |
| HSL | 45.57º | 0.94% | 0.56% | - |
| HSV(B) | 45.57º | 0.85% | 0.97% | - |
| XYZ | 59 | 60.02 | 10.14 | - |
| YUV | 193.9 | 38.9 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 36 | 0 | 0.21 | 0.85 | 0.03 | 45.57 | 0.94 | 0.56 |
| Hex | F8 | C5 | 24 | 0 | 15 | 55 | 3 | 2E | 5E | 38 |
| Octal | 370 | 305 | 44 | 0 | 25 | 125 | 3 | 56 | 136 | 70 |
| Binary | 11111000 | 11000101 | 100100 | 0 | 10101 | 1010101 | 11 | 101110 | 1011110 | 111000 |
Color Harmonies of #F8C524
Complementary color
Monochromatic Colors of #F8C524
Black with #F8C524
Text Example
Text Example
White with #F8C524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C524; }
p { color: rgb(248,197,36); }
H1.HeaderClassName
{
color: #F8C524;
}
.AnyTagClassName
{
color: #F8C524;
}
</style>
background-color css
<style>
a { background-color: #F8C524; }
a { background-color: rgb(248,197,36); }
div.DivClassName
{
background-color: #F8C524;
}
.BgClassName
{
background-color: #F8C524;
}
</style>
border-color css
<style>
span { border-color: #F8C524; }
span { border-color: rgb(248,197,36); }
td.TdClassName
{
border-color: #F8C524;
}
.TagClassName
{
border-color: #F8C524;
}
</style>