Shades of Turbo #F8D322
Tints of Turbo #F8D322
RGB
CMYK
RGB Variations
Color information
#F8D322 (or 0xF8D322) is known color: Turbo. HEX triplet: F8, D3 and 22. RGB value is (248,211,34). Sum of RGB (Red+Green+Blue) = 248+211+34=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 34 (13.67% from 255 or 6.90% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D322 is #072CDD. Grayscale: #CACACA. Windows color (decimal): -470238 or 2282488. OLE color: 2282488.
HSL color Cylindrical-coordinate representation of color #F8D322: hue angle of 49.63º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8D322 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 34 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.03 |
| HSL | 49.63º | 0.94% | 0.55% | - |
| HSV(B) | 49.63º | 0.86% | 0.97% | - |
| XYZ | 62.29 | 66.66 | 11.1 | - |
| YUV | 201.89 | 33.26 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 34 | 0 | 0.15 | 0.86 | 0.03 | 49.63 | 0.94 | 0.55 |
| Hex | F8 | D3 | 22 | 0 | F | 56 | 3 | 32 | 5E | 37 |
| Octal | 370 | 323 | 42 | 0 | 17 | 126 | 3 | 62 | 136 | 67 |
| Binary | 11111000 | 11010011 | 100010 | 0 | 1111 | 1010110 | 11 | 110010 | 1011110 | 110111 |
Color Harmonies of #F8D322
Complementary color
Monochromatic Colors of #F8D322
Black with #F8D322
Text Example
Text Example
White with #F8D322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D322; }
p { color: rgb(248,211,34); }
H1.HeaderClassName
{
color: #F8D322;
}
.AnyTagClassName
{
color: #F8D322;
}
</style>
background-color css
<style>
a { background-color: #F8D322; }
a { background-color: rgb(248,211,34); }
div.DivClassName
{
background-color: #F8D322;
}
.BgClassName
{
background-color: #F8D322;
}
</style>
border-color css
<style>
span { border-color: #F8D322; }
span { border-color: rgb(248,211,34); }
td.TdClassName
{
border-color: #F8D322;
}
.TagClassName
{
border-color: #F8D322;
}
</style>