Shades of Turbo #F8DB1F
Tints of Turbo #F8DB1F
RGB
CMYK
RGB Variations
Color information
#F8DB1F (or 0xF8DB1F) is known color: Turbo. HEX triplet: F8, DB and 1F. RGB value is (248,219,31). Sum of RGB (Red+Green+Blue) = 248+219+31=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 31 (12.5% from 255 or 6.22% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DB1F is #0724E0. Grayscale: #CFCFCF. Windows color (decimal): -468193 or 2087928. OLE color: 2087928.
HSL color Cylindrical-coordinate representation of color #F8DB1F: hue angle of 51.98º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8DB1F is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 31 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.03 |
| HSL | 51.98º | 0.94% | 0.55% | - |
| HSV(B) | 51.98º | 0.88% | 0.97% | - |
| XYZ | 64.29 | 70.72 | 11.56 | - |
| YUV | 206.24 | 29.11 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 31 | 0 | 0.12 | 0.88 | 0.03 | 51.98 | 0.94 | 0.55 |
| Hex | F8 | DB | 1F | 0 | C | 58 | 3 | 34 | 5E | 37 |
| Octal | 370 | 333 | 37 | 0 | 14 | 130 | 3 | 64 | 136 | 67 |
| Binary | 11111000 | 11011011 | 11111 | 0 | 1100 | 1011000 | 11 | 110100 | 1011110 | 110111 |
Color Harmonies of #F8DB1F
Complementary color
Monochromatic Colors of #F8DB1F
Black with #F8DB1F
Text Example
Text Example
White with #F8DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB1F; }
p { color: rgb(248,219,31); }
H1.HeaderClassName
{
color: #F8DB1F;
}
.AnyTagClassName
{
color: #F8DB1F;
}
</style>
background-color css
<style>
a { background-color: #F8DB1F; }
a { background-color: rgb(248,219,31); }
div.DivClassName
{
background-color: #F8DB1F;
}
.BgClassName
{
background-color: #F8DB1F;
}
</style>
border-color css
<style>
span { border-color: #F8DB1F; }
span { border-color: rgb(248,219,31); }
td.TdClassName
{
border-color: #F8DB1F;
}
.TagClassName
{
border-color: #F8DB1F;
}
</style>