Shades of Turbo #F1CE14
Tints of Turbo #F1CE14
RGB
CMYK
RGB Variations
Color information
#F1CE14 (or 0xF1CE14) is known color: Turbo. HEX triplet: F1, CE and 14. RGB value is (241,206,20). Sum of RGB (Red+Green+Blue) = 241+206+20=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CE14 is #0E31EB. Grayscale: #C4C4C4. Windows color (decimal): -930284 or 1363697. OLE color: 1363697.
HSL color Cylindrical-coordinate representation of color #F1CE14: hue angle of 50.5º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1CE14 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 20 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.05 |
| HSL | 50.5º | 0.89% | 0.51% | - |
| HSV(B) | 50.5º | 0.92% | 0.95% | - |
| XYZ | 58.47 | 62.89 | 9.72 | - |
| YUV | 195.26 | 29.1 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 20 | 0 | 0.15 | 0.92 | 0.05 | 50.5 | 0.89 | 0.51 |
| Hex | F1 | CE | 14 | 0 | F | 5C | 5 | 32 | 59 | 33 |
| Octal | 361 | 316 | 24 | 0 | 17 | 134 | 5 | 62 | 131 | 63 |
| Binary | 11110001 | 11001110 | 10100 | 0 | 1111 | 1011100 | 101 | 110010 | 1011001 | 110011 |
Color Harmonies of #F1CE14
Complementary color
Monochromatic Colors of #F1CE14
Black with #F1CE14
Text Example
Text Example
White with #F1CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CE14; }
p { color: rgb(241,206,20); }
H1.HeaderClassName
{
color: #F1CE14;
}
.AnyTagClassName
{
color: #F1CE14;
}
</style>
background-color css
<style>
a { background-color: #F1CE14; }
a { background-color: rgb(241,206,20); }
div.DivClassName
{
background-color: #F1CE14;
}
.BgClassName
{
background-color: #F1CE14;
}
</style>
border-color css
<style>
span { border-color: #F1CE14; }
span { border-color: rgb(241,206,20); }
td.TdClassName
{
border-color: #F1CE14;
}
.TagClassName
{
border-color: #F1CE14;
}
</style>