Shades of Turbo #F8D122
Tints of Turbo #F8D122
RGB
CMYK
RGB Variations
Color information
#F8D122 (or 0xF8D122) is known color: Turbo. HEX triplet: F8, D1 and 22. RGB value is (248,209,34). Sum of RGB (Red+Green+Blue) = 248+209+34=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 34 (13.67% from 255 or 6.92% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D122 is #072EDD. Grayscale: #C9C9C9. Windows color (decimal): -470750 or 2281976. OLE color: 2281976.
HSL color Cylindrical-coordinate representation of color #F8D122: hue angle of 49.07º 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 #F8D122 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 34 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.03 |
| HSL | 49.07º | 0.94% | 0.55% | - |
| HSV(B) | 49.07º | 0.86% | 0.97% | - |
| XYZ | 61.8 | 65.67 | 10.93 | - |
| YUV | 200.71 | 33.92 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 34 | 0 | 0.16 | 0.86 | 0.03 | 49.07 | 0.94 | 0.55 |
| Hex | F8 | D1 | 22 | 0 | 10 | 56 | 3 | 31 | 5E | 37 |
| Octal | 370 | 321 | 42 | 0 | 20 | 126 | 3 | 61 | 136 | 67 |
| Binary | 11111000 | 11010001 | 100010 | 0 | 10000 | 1010110 | 11 | 110001 | 1011110 | 110111 |
Color Harmonies of #F8D122
Complementary color
Monochromatic Colors of #F8D122
Black with #F8D122
Text Example
Text Example
White with #F8D122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D122; }
p { color: rgb(248,209,34); }
H1.HeaderClassName
{
color: #F8D122;
}
.AnyTagClassName
{
color: #F8D122;
}
</style>
background-color css
<style>
a { background-color: #F8D122; }
a { background-color: rgb(248,209,34); }
div.DivClassName
{
background-color: #F8D122;
}
.BgClassName
{
background-color: #F8D122;
}
</style>
border-color css
<style>
span { border-color: #F8D122; }
span { border-color: rgb(248,209,34); }
td.TdClassName
{
border-color: #F8D122;
}
.TagClassName
{
border-color: #F8D122;
}
</style>