Shades of Turbo #F8DC26
Tints of Turbo #F8DC26
RGB
CMYK
RGB Variations
Color information
#F8DC26 (or 0xF8DC26) is known color: Turbo. HEX triplet: F8, DC and 26. RGB value is (248,220,38). Sum of RGB (Red+Green+Blue) = 248+220+38=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 38 (15.23% from 255 or 7.51% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DC26 is #0723D9. Grayscale: #D0D0D0. Windows color (decimal): -467930 or 2546936. OLE color: 2546936.
HSL color Cylindrical-coordinate representation of color #F8DC26: hue angle of 52º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8DC26 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 38 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.03 |
| HSL | 52º | 0.94% | 0.56% | - |
| HSV(B) | 52º | 0.85% | 0.97% | - |
| XYZ | 64.65 | 71.28 | 12.19 | - |
| YUV | 207.62 | 32.28 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 38 | 0 | 0.11 | 0.85 | 0.03 | 52 | 0.94 | 0.56 |
| Hex | F8 | DC | 26 | 0 | B | 55 | 3 | 34 | 5E | 38 |
| Octal | 370 | 334 | 46 | 0 | 13 | 125 | 3 | 64 | 136 | 70 |
| Binary | 11111000 | 11011100 | 100110 | 0 | 1011 | 1010101 | 11 | 110100 | 1011110 | 111000 |
Color Harmonies of #F8DC26
Complementary color
Monochromatic Colors of #F8DC26
Black with #F8DC26
Text Example
Text Example
White with #F8DC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC26; }
p { color: rgb(248,220,38); }
H1.HeaderClassName
{
color: #F8DC26;
}
.AnyTagClassName
{
color: #F8DC26;
}
</style>
background-color css
<style>
a { background-color: #F8DC26; }
a { background-color: rgb(248,220,38); }
div.DivClassName
{
background-color: #F8DC26;
}
.BgClassName
{
background-color: #F8DC26;
}
</style>
border-color css
<style>
span { border-color: #F8DC26; }
span { border-color: rgb(248,220,38); }
td.TdClassName
{
border-color: #F8DC26;
}
.TagClassName
{
border-color: #F8DC26;
}
</style>