Shades of Turbo #F8C923
Tints of Turbo #F8C923
RGB
CMYK
RGB Variations
Color information
#F8C923 (or 0xF8C923) is known color: Turbo. HEX triplet: F8, C9 and 23. RGB value is (248,201,35). Sum of RGB (Red+Green+Blue) = 248+201+35=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 35 (14.06% from 255 or 7.23% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C923 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C923 is #0736DC. Grayscale: #C4C4C4. Windows color (decimal): -472797 or 2345464. OLE color: 2345464.
HSL color Cylindrical-coordinate representation of color #F8C923: hue angle of 46.76º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8C923 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 35 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.03 |
| HSL | 46.76º | 0.94% | 0.55% | - |
| HSV(B) | 46.76º | 0.86% | 0.97% | - |
| XYZ | 59.9 | 61.85 | 10.37 | - |
| YUV | 196.13 | 37.07 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 35 | 0 | 0.19 | 0.86 | 0.03 | 46.76 | 0.94 | 0.55 |
| Hex | F8 | C9 | 23 | 0 | 13 | 56 | 3 | 2F | 5E | 37 |
| Octal | 370 | 311 | 43 | 0 | 23 | 126 | 3 | 57 | 136 | 67 |
| Binary | 11111000 | 11001001 | 100011 | 0 | 10011 | 1010110 | 11 | 101111 | 1011110 | 110111 |
Color Harmonies of #F8C923
Complementary color
Monochromatic Colors of #F8C923
Black with #F8C923
Text Example
Text Example
White with #F8C923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C923; }
p { color: rgb(248,201,35); }
H1.HeaderClassName
{
color: #F8C923;
}
.AnyTagClassName
{
color: #F8C923;
}
</style>
background-color css
<style>
a { background-color: #F8C923; }
a { background-color: rgb(248,201,35); }
div.DivClassName
{
background-color: #F8C923;
}
.BgClassName
{
background-color: #F8C923;
}
</style>
border-color css
<style>
span { border-color: #F8C923; }
span { border-color: rgb(248,201,35); }
td.TdClassName
{
border-color: #F8C923;
}
.TagClassName
{
border-color: #F8C923;
}
</style>