Shades of Turbo #F5C91E
Tints of Turbo #F5C91E
RGB
CMYK
RGB Variations
Color information
#F5C91E (or 0xF5C91E) is known color: Turbo. HEX triplet: F5, C9 and 1E. RGB value is (245,201,30). Sum of RGB (Red+Green+Blue) = 245+201+30=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C91E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C91E is #0A36E1. Grayscale: #C3C3C3. Windows color (decimal): -669410 or 2017781. OLE color: 2017781.
HSL color Cylindrical-coordinate representation of color #F5C91E: hue angle of 47.72º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5C91E is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 30 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.04 |
| HSL | 47.72º | 0.91% | 0.54% | - |
| HSV(B) | 47.72º | 0.88% | 0.96% | - |
| XYZ | 58.78 | 61.28 | 9.96 | - |
| YUV | 194.66 | 35.08 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 30 | 0 | 0.18 | 0.88 | 0.04 | 47.72 | 0.91 | 0.54 |
| Hex | F5 | C9 | 1E | 0 | 12 | 58 | 4 | 30 | 5B | 36 |
| Octal | 365 | 311 | 36 | 0 | 22 | 130 | 4 | 60 | 133 | 66 |
| Binary | 11110101 | 11001001 | 11110 | 0 | 10010 | 1011000 | 100 | 110000 | 1011011 | 110110 |
Color Harmonies of #F5C91E
Complementary color
Monochromatic Colors of #F5C91E
Black with #F5C91E
Text Example
Text Example
White with #F5C91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C91E; }
p { color: rgb(245,201,30); }
H1.HeaderClassName
{
color: #F5C91E;
}
.AnyTagClassName
{
color: #F5C91E;
}
</style>
background-color css
<style>
a { background-color: #F5C91E; }
a { background-color: rgb(245,201,30); }
div.DivClassName
{
background-color: #F5C91E;
}
.BgClassName
{
background-color: #F5C91E;
}
</style>
border-color css
<style>
span { border-color: #F5C91E; }
span { border-color: rgb(245,201,30); }
td.TdClassName
{
border-color: #F5C91E;
}
.TagClassName
{
border-color: #F5C91E;
}
</style>