Shades of Turbo #F9C81C
Tints of Turbo #F9C81C
RGB
CMYK
RGB Variations
Color information
#F9C81C (or 0xF9C81C) is known color: Turbo. HEX triplet: F9, C8 and 1C. RGB value is (249,200,28). Sum of RGB (Red+Green+Blue) = 249+200+28=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C81C is #0637E3. Grayscale: #C3C3C3. Windows color (decimal): -407524 or 1886457. OLE color: 1886457.
HSL color Cylindrical-coordinate representation of color #F9C81C: hue angle of 46.7º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9C81C is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 28 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.02 |
| HSL | 46.7º | 0.95% | 0.54% | - |
| HSV(B) | 46.7º | 0.89% | 0.98% | - |
| XYZ | 59.93 | 61.53 | 9.82 | - |
| YUV | 195.04 | 33.73 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 28 | 0 | 0.20 | 0.89 | 0.02 | 46.7 | 0.95 | 0.54 |
| Hex | F9 | C8 | 1C | 0 | 14 | 59 | 2 | 2F | 5F | 36 |
| Octal | 371 | 310 | 34 | 0 | 24 | 131 | 2 | 57 | 137 | 66 |
| Binary | 11111001 | 11001000 | 11100 | 0 | 10100 | 1011001 | 10 | 101111 | 1011111 | 110110 |
Color Harmonies of #F9C81C
Complementary color
Monochromatic Colors of #F9C81C
Black with #F9C81C
Text Example
Text Example
White with #F9C81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C81C; }
p { color: rgb(249,200,28); }
H1.HeaderClassName
{
color: #F9C81C;
}
.AnyTagClassName
{
color: #F9C81C;
}
</style>
background-color css
<style>
a { background-color: #F9C81C; }
a { background-color: rgb(249,200,28); }
div.DivClassName
{
background-color: #F9C81C;
}
.BgClassName
{
background-color: #F9C81C;
}
</style>
border-color css
<style>
span { border-color: #F9C81C; }
span { border-color: rgb(249,200,28); }
td.TdClassName
{
border-color: #F9C81C;
}
.TagClassName
{
border-color: #F9C81C;
}
</style>