Shades of Turbo #F8CF15
Tints of Turbo #F8CF15
RGB
CMYK
RGB Variations
Color information
#F8CF15 (or 0xF8CF15) is known color: Turbo. HEX triplet: F8, CF and 15. RGB value is (248,207,21). Sum of RGB (Red+Green+Blue) = 248+207+21=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 21 (8.59% from 255 or 4.41% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CF15 is #0730EA. Grayscale: #C6C6C6. Windows color (decimal): -471275 or 1429496. OLE color: 1429496.
HSL color Cylindrical-coordinate representation of color #F8CF15: hue angle of 49.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8CF15 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 21 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.03 |
| HSL | 49.16º | 0.94% | 0.53% | - |
| HSV(B) | 49.16º | 0.92% | 0.97% | - |
| XYZ | 61.16 | 64.64 | 9.96 | - |
| YUV | 198.06 | 28.08 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 21 | 0 | 0.17 | 0.92 | 0.03 | 49.16 | 0.94 | 0.53 |
| Hex | F8 | CF | 15 | 0 | 11 | 5C | 3 | 31 | 5E | 35 |
| Octal | 370 | 317 | 25 | 0 | 21 | 134 | 3 | 61 | 136 | 65 |
| Binary | 11111000 | 11001111 | 10101 | 0 | 10001 | 1011100 | 11 | 110001 | 1011110 | 110101 |
Color Harmonies of #F8CF15
Complementary color
Monochromatic Colors of #F8CF15
Black with #F8CF15
Text Example
Text Example
White with #F8CF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF15; }
p { color: rgb(248,207,21); }
H1.HeaderClassName
{
color: #F8CF15;
}
.AnyTagClassName
{
color: #F8CF15;
}
</style>
background-color css
<style>
a { background-color: #F8CF15; }
a { background-color: rgb(248,207,21); }
div.DivClassName
{
background-color: #F8CF15;
}
.BgClassName
{
background-color: #F8CF15;
}
</style>
border-color css
<style>
span { border-color: #F8CF15; }
span { border-color: rgb(248,207,21); }
td.TdClassName
{
border-color: #F8CF15;
}
.TagClassName
{
border-color: #F8CF15;
}
</style>