Shades of Turbo #F9DA1A
Tints of Turbo #F9DA1A
RGB
CMYK
RGB Variations
Color information
#F9DA1A (or 0xF9DA1A) is known color: Turbo. HEX triplet: F9, DA and 1A. RGB value is (249,218,26). Sum of RGB (Red+Green+Blue) = 249+218+26=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 26 (10.55% from 255 or 5.27% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DA1A is #0625E5. Grayscale: #CECECE. Windows color (decimal): -402918 or 1759993. OLE color: 1759993.
HSL color Cylindrical-coordinate representation of color #F9DA1A: hue angle of 51.66º 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 #F9DA1A is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 26 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.02 |
| HSL | 51.66º | 0.95% | 0.54% | - |
| HSV(B) | 51.66º | 0.9% | 0.98% | - |
| XYZ | 64.32 | 70.36 | 11.17 | - |
| YUV | 205.38 | 26.77 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 26 | 0 | 0.12 | 0.90 | 0.02 | 51.66 | 0.95 | 0.54 |
| Hex | F9 | DA | 1A | 0 | C | 5A | 2 | 34 | 5F | 36 |
| Octal | 371 | 332 | 32 | 0 | 14 | 132 | 2 | 64 | 137 | 66 |
| Binary | 11111001 | 11011010 | 11010 | 0 | 1100 | 1011010 | 10 | 110100 | 1011111 | 110110 |
Color Harmonies of #F9DA1A
Complementary color
Monochromatic Colors of #F9DA1A
Black with #F9DA1A
Text Example
Text Example
White with #F9DA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA1A; }
p { color: rgb(249,218,26); }
H1.HeaderClassName
{
color: #F9DA1A;
}
.AnyTagClassName
{
color: #F9DA1A;
}
</style>
background-color css
<style>
a { background-color: #F9DA1A; }
a { background-color: rgb(249,218,26); }
div.DivClassName
{
background-color: #F9DA1A;
}
.BgClassName
{
background-color: #F9DA1A;
}
</style>
border-color css
<style>
span { border-color: #F9DA1A; }
span { border-color: rgb(249,218,26); }
td.TdClassName
{
border-color: #F9DA1A;
}
.TagClassName
{
border-color: #F9DA1A;
}
</style>