Shades of Turbo #F9DB1D
Tints of Turbo #F9DB1D
RGB
CMYK
RGB Variations
Color information
#F9DB1D (or 0xF9DB1D) is known color: Turbo. HEX triplet: F9, DB and 1D. RGB value is (249,219,29). Sum of RGB (Red+Green+Blue) = 249+219+29=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 29 (11.72% from 255 or 5.84% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DB1D is #0624E2. Grayscale: #CFCFCF. Windows color (decimal): -402659 or 1956857. OLE color: 1956857.
HSL color Cylindrical-coordinate representation of color #F9DB1D: hue angle of 51.82º 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 #F9DB1D is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 29 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.02 |
| HSL | 51.82º | 0.95% | 0.55% | - |
| HSV(B) | 51.82º | 0.88% | 0.98% | - |
| XYZ | 64.62 | 70.89 | 11.44 | - |
| YUV | 206.31 | 27.94 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 29 | 0 | 0.12 | 0.88 | 0.02 | 51.82 | 0.95 | 0.55 |
| Hex | F9 | DB | 1D | 0 | C | 58 | 2 | 34 | 5F | 37 |
| Octal | 371 | 333 | 35 | 0 | 14 | 130 | 2 | 64 | 137 | 67 |
| Binary | 11111001 | 11011011 | 11101 | 0 | 1100 | 1011000 | 10 | 110100 | 1011111 | 110111 |
Color Harmonies of #F9DB1D
Complementary color
Monochromatic Colors of #F9DB1D
Black with #F9DB1D
Text Example
Text Example
White with #F9DB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB1D; }
p { color: rgb(249,219,29); }
H1.HeaderClassName
{
color: #F9DB1D;
}
.AnyTagClassName
{
color: #F9DB1D;
}
</style>
background-color css
<style>
a { background-color: #F9DB1D; }
a { background-color: rgb(249,219,29); }
div.DivClassName
{
background-color: #F9DB1D;
}
.BgClassName
{
background-color: #F9DB1D;
}
</style>
border-color css
<style>
span { border-color: #F9DB1D; }
span { border-color: rgb(249,219,29); }
td.TdClassName
{
border-color: #F9DB1D;
}
.TagClassName
{
border-color: #F9DB1D;
}
</style>