Shades of Turbo #F8C724
Tints of Turbo #F8C724
RGB
CMYK
RGB Variations
Color information
#F8C724 (or 0xF8C724) is known color: Turbo. HEX triplet: F8, C7 and 24. RGB value is (248,199,36). Sum of RGB (Red+Green+Blue) = 248+199+36=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 36 (14.45% from 255 or 7.45% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C724 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C724 is #0738DB. Grayscale: #C3C3C3. Windows color (decimal): -473308 or 2410488. OLE color: 2410488.
HSL color Cylindrical-coordinate representation of color #F8C724: hue angle of 46.13º 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 #F8C724 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 36 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.03 |
| HSL | 46.13º | 0.94% | 0.56% | - |
| HSV(B) | 46.13º | 0.85% | 0.97% | - |
| XYZ | 59.45 | 60.93 | 10.3 | - |
| YUV | 195.07 | 38.23 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 36 | 0 | 0.20 | 0.85 | 0.03 | 46.13 | 0.94 | 0.56 |
| Hex | F8 | C7 | 24 | 0 | 14 | 55 | 3 | 2E | 5E | 38 |
| Octal | 370 | 307 | 44 | 0 | 24 | 125 | 3 | 56 | 136 | 70 |
| Binary | 11111000 | 11000111 | 100100 | 0 | 10100 | 1010101 | 11 | 101110 | 1011110 | 111000 |
Color Harmonies of #F8C724
Complementary color
Monochromatic Colors of #F8C724
Black with #F8C724
Text Example
Text Example
White with #F8C724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C724; }
p { color: rgb(248,199,36); }
H1.HeaderClassName
{
color: #F8C724;
}
.AnyTagClassName
{
color: #F8C724;
}
</style>
background-color css
<style>
a { background-color: #F8C724; }
a { background-color: rgb(248,199,36); }
div.DivClassName
{
background-color: #F8C724;
}
.BgClassName
{
background-color: #F8C724;
}
</style>
border-color css
<style>
span { border-color: #F8C724; }
span { border-color: rgb(248,199,36); }
td.TdClassName
{
border-color: #F8C724;
}
.TagClassName
{
border-color: #F8C724;
}
</style>