Shades of Turbo #F1CF10
Tints of Turbo #F1CF10
RGB
CMYK
RGB Variations
Color information
#F1CF10 (or 0xF1CF10) is known color: Turbo. HEX triplet: F1, CF and 10. RGB value is (241,207,16). Sum of RGB (Red+Green+Blue) = 241+207+16=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CF10 is #0E30EF. Grayscale: #C4C4C4. Windows color (decimal): -930032 or 1101809. OLE color: 1101809.
HSL color Cylindrical-coordinate representation of color #F1CF10: hue angle of 50.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1CF10 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 16 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.05 |
| HSL | 50.93º | 0.89% | 0.5% | - |
| HSV(B) | 50.93º | 0.93% | 0.95% | - |
| XYZ | 58.68 | 63.36 | 9.63 | - |
| YUV | 195.39 | 26.76 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 16 | 0 | 0.14 | 0.93 | 0.05 | 50.93 | 0.89 | 0.5 |
| Hex | F1 | CF | 10 | 0 | E | 5D | 5 | 33 | 59 | 32 |
| Octal | 361 | 317 | 20 | 0 | 16 | 135 | 5 | 63 | 131 | 62 |
| Binary | 11110001 | 11001111 | 10000 | 0 | 1110 | 1011101 | 101 | 110011 | 1011001 | 110010 |
Color Harmonies of #F1CF10
Complementary color
Monochromatic Colors of #F1CF10
Black with #F1CF10
Text Example
Text Example
White with #F1CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CF10; }
p { color: rgb(241,207,16); }
H1.HeaderClassName
{
color: #F1CF10;
}
.AnyTagClassName
{
color: #F1CF10;
}
</style>
background-color css
<style>
a { background-color: #F1CF10; }
a { background-color: rgb(241,207,16); }
div.DivClassName
{
background-color: #F1CF10;
}
.BgClassName
{
background-color: #F1CF10;
}
</style>
border-color css
<style>
span { border-color: #F1CF10; }
span { border-color: rgb(241,207,16); }
td.TdClassName
{
border-color: #F1CF10;
}
.TagClassName
{
border-color: #F1CF10;
}
</style>