Shades of Turbo #F8D222
Tints of Turbo #F8D222
RGB
CMYK
RGB Variations
Color information
#F8D222 (or 0xF8D222) is known color: Turbo. HEX triplet: F8, D2 and 22. RGB value is (248,210,34). Sum of RGB (Red+Green+Blue) = 248+210+34=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 34 (13.67% from 255 or 6.91% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D222 is #072DDD. Grayscale: #CACACA. Windows color (decimal): -470494 or 2282232. OLE color: 2282232.
HSL color Cylindrical-coordinate representation of color #F8D222: hue angle of 49.35º 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 #F8D222 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 34 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.03 |
| HSL | 49.35º | 0.94% | 0.55% | - |
| HSV(B) | 49.35º | 0.86% | 0.97% | - |
| XYZ | 62.05 | 66.17 | 11.01 | - |
| YUV | 201.3 | 33.59 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 34 | 0 | 0.15 | 0.86 | 0.03 | 49.35 | 0.94 | 0.55 |
| Hex | F8 | D2 | 22 | 0 | F | 56 | 3 | 31 | 5E | 37 |
| Octal | 370 | 322 | 42 | 0 | 17 | 126 | 3 | 61 | 136 | 67 |
| Binary | 11111000 | 11010010 | 100010 | 0 | 1111 | 1010110 | 11 | 110001 | 1011110 | 110111 |
Color Harmonies of #F8D222
Complementary color
Monochromatic Colors of #F8D222
Black with #F8D222
Text Example
Text Example
White with #F8D222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D222; }
p { color: rgb(248,210,34); }
H1.HeaderClassName
{
color: #F8D222;
}
.AnyTagClassName
{
color: #F8D222;
}
</style>
background-color css
<style>
a { background-color: #F8D222; }
a { background-color: rgb(248,210,34); }
div.DivClassName
{
background-color: #F8D222;
}
.BgClassName
{
background-color: #F8D222;
}
</style>
border-color css
<style>
span { border-color: #F8D222; }
span { border-color: rgb(248,210,34); }
td.TdClassName
{
border-color: #F8D222;
}
.TagClassName
{
border-color: #F8D222;
}
</style>