Shades of Turbo #F9C818
Tints of Turbo #F9C818
RGB
CMYK
RGB Variations
Color information
#F9C818 (or 0xF9C818) is known color: Turbo. HEX triplet: F9, C8 and 18. RGB value is (249,200,24). Sum of RGB (Red+Green+Blue) = 249+200+24=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C818 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C818 is #0637E7. Grayscale: #C3C3C3. Windows color (decimal): -407528 or 1624313. OLE color: 1624313.
HSL color Cylindrical-coordinate representation of color #F9C818: hue angle of 46.93º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9C818 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 24 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.02 |
| HSL | 46.93º | 0.95% | 0.54% | - |
| HSV(B) | 46.93º | 0.9% | 0.98% | - |
| XYZ | 59.89 | 61.51 | 9.58 | - |
| YUV | 194.59 | 31.73 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 24 | 0 | 0.20 | 0.90 | 0.02 | 46.93 | 0.95 | 0.54 |
| Hex | F9 | C8 | 18 | 0 | 14 | 5A | 2 | 2F | 5F | 36 |
| Octal | 371 | 310 | 30 | 0 | 24 | 132 | 2 | 57 | 137 | 66 |
| Binary | 11111001 | 11001000 | 11000 | 0 | 10100 | 1011010 | 10 | 101111 | 1011111 | 110110 |
Color Harmonies of #F9C818
Complementary color
Monochromatic Colors of #F9C818
Black with #F9C818
Text Example
Text Example
White with #F9C818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C818; }
p { color: rgb(249,200,24); }
H1.HeaderClassName
{
color: #F9C818;
}
.AnyTagClassName
{
color: #F9C818;
}
</style>
background-color css
<style>
a { background-color: #F9C818; }
a { background-color: rgb(249,200,24); }
div.DivClassName
{
background-color: #F9C818;
}
.BgClassName
{
background-color: #F9C818;
}
</style>
border-color css
<style>
span { border-color: #F9C818; }
span { border-color: rgb(249,200,24); }
td.TdClassName
{
border-color: #F9C818;
}
.TagClassName
{
border-color: #F9C818;
}
</style>