Shades of Turbo #F9DA1E
Tints of Turbo #F9DA1E
RGB
CMYK
RGB Variations
Color information
#F9DA1E (or 0xF9DA1E) is known color: Turbo. HEX triplet: F9, DA and 1E. RGB value is (249,218,30). Sum of RGB (Red+Green+Blue) = 249+218+30=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 30 (12.11% from 255 or 6.04% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DA1E is #0625E1. Grayscale: #CECECE. Windows color (decimal): -402914 or 2022137. OLE color: 2022137.
HSL color Cylindrical-coordinate representation of color #F9DA1E: hue angle of 51.51º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9DA1E is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 30 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.02 |
| HSL | 51.51º | 0.95% | 0.55% | - |
| HSV(B) | 51.51º | 0.88% | 0.98% | - |
| XYZ | 64.37 | 70.38 | 11.42 | - |
| YUV | 205.84 | 28.77 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 30 | 0 | 0.12 | 0.88 | 0.02 | 51.51 | 0.95 | 0.55 |
| Hex | F9 | DA | 1E | 0 | C | 58 | 2 | 34 | 5F | 37 |
| Octal | 371 | 332 | 36 | 0 | 14 | 130 | 2 | 64 | 137 | 67 |
| Binary | 11111001 | 11011010 | 11110 | 0 | 1100 | 1011000 | 10 | 110100 | 1011111 | 110111 |
Color Harmonies of #F9DA1E
Complementary color
Monochromatic Colors of #F9DA1E
Black with #F9DA1E
Text Example
Text Example
White with #F9DA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA1E; }
p { color: rgb(249,218,30); }
H1.HeaderClassName
{
color: #F9DA1E;
}
.AnyTagClassName
{
color: #F9DA1E;
}
</style>
background-color css
<style>
a { background-color: #F9DA1E; }
a { background-color: rgb(249,218,30); }
div.DivClassName
{
background-color: #F9DA1E;
}
.BgClassName
{
background-color: #F9DA1E;
}
</style>
border-color css
<style>
span { border-color: #F9DA1E; }
span { border-color: rgb(249,218,30); }
td.TdClassName
{
border-color: #F9DA1E;
}
.TagClassName
{
border-color: #F9DA1E;
}
</style>