Shades of Turbo #F8CF16
Tints of Turbo #F8CF16
RGB
CMYK
RGB Variations
Color information
#F8CF16 (or 0xF8CF16) is known color: Turbo. HEX triplet: F8, CF and 16. RGB value is (248,207,22). Sum of RGB (Red+Green+Blue) = 248+207+22=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 22 (8.98% from 255 or 4.61% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CF16 is #0730E9. Grayscale: #C6C6C6. Windows color (decimal): -471274 or 1495032. OLE color: 1495032.
HSL color Cylindrical-coordinate representation of color #F8CF16: hue angle of 49.12º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F8CF16 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 22 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.03 |
| HSL | 49.12º | 0.94% | 0.53% | - |
| HSV(B) | 49.12º | 0.91% | 0.97% | - |
| XYZ | 61.17 | 64.64 | 10.01 | - |
| YUV | 198.17 | 28.58 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 22 | 0 | 0.17 | 0.91 | 0.03 | 49.12 | 0.94 | 0.53 |
| Hex | F8 | CF | 16 | 0 | 11 | 5B | 3 | 31 | 5E | 35 |
| Octal | 370 | 317 | 26 | 0 | 21 | 133 | 3 | 61 | 136 | 65 |
| Binary | 11111000 | 11001111 | 10110 | 0 | 10001 | 1011011 | 11 | 110001 | 1011110 | 110101 |
Color Harmonies of #F8CF16
Complementary color
Monochromatic Colors of #F8CF16
Black with #F8CF16
Text Example
Text Example
White with #F8CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF16; }
p { color: rgb(248,207,22); }
H1.HeaderClassName
{
color: #F8CF16;
}
.AnyTagClassName
{
color: #F8CF16;
}
</style>
background-color css
<style>
a { background-color: #F8CF16; }
a { background-color: rgb(248,207,22); }
div.DivClassName
{
background-color: #F8CF16;
}
.BgClassName
{
background-color: #F8CF16;
}
</style>
border-color css
<style>
span { border-color: #F8CF16; }
span { border-color: rgb(248,207,22); }
td.TdClassName
{
border-color: #F8CF16;
}
.TagClassName
{
border-color: #F8CF16;
}
</style>