Shades of Turbo #F5CE18
Tints of Turbo #F5CE18
RGB
CMYK
RGB Variations
Color information
#F5CE18 (or 0xF5CE18) is known color: Turbo. HEX triplet: F5, CE and 18. RGB value is (245,206,24). Sum of RGB (Red+Green+Blue) = 245+206+24=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 24 (9.77% from 255 or 5.05% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CE18 is #0A31E7. Grayscale: #C5C5C5. Windows color (decimal): -668136 or 1625845. OLE color: 1625845.
HSL color Cylindrical-coordinate representation of color #F5CE18: hue angle of 49.41º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5CE18 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 24 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.04 |
| HSL | 49.41º | 0.92% | 0.53% | - |
| HSV(B) | 49.41º | 0.9% | 0.96% | - |
| XYZ | 59.89 | 63.62 | 9.99 | - |
| YUV | 196.91 | 30.42 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 24 | 0 | 0.16 | 0.90 | 0.04 | 49.41 | 0.92 | 0.53 |
| Hex | F5 | CE | 18 | 0 | 10 | 5A | 4 | 31 | 5C | 35 |
| Octal | 365 | 316 | 30 | 0 | 20 | 132 | 4 | 61 | 134 | 65 |
| Binary | 11110101 | 11001110 | 11000 | 0 | 10000 | 1011010 | 100 | 110001 | 1011100 | 110101 |
Color Harmonies of #F5CE18
Complementary color
Monochromatic Colors of #F5CE18
Black with #F5CE18
Text Example
Text Example
White with #F5CE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE18; }
p { color: rgb(245,206,24); }
H1.HeaderClassName
{
color: #F5CE18;
}
.AnyTagClassName
{
color: #F5CE18;
}
</style>
background-color css
<style>
a { background-color: #F5CE18; }
a { background-color: rgb(245,206,24); }
div.DivClassName
{
background-color: #F5CE18;
}
.BgClassName
{
background-color: #F5CE18;
}
</style>
border-color css
<style>
span { border-color: #F5CE18; }
span { border-color: rgb(245,206,24); }
td.TdClassName
{
border-color: #F5CE18;
}
.TagClassName
{
border-color: #F5CE18;
}
</style>