Shades of Turbo #F5C91F
Tints of Turbo #F5C91F
RGB
CMYK
RGB Variations
Color information
#F5C91F (or 0xF5C91F) is known color: Turbo. HEX triplet: F5, C9 and 1F. RGB value is (245,201,31). Sum of RGB (Red+Green+Blue) = 245+201+31=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C91F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C91F is #0A36E0. Grayscale: #C3C3C3. Windows color (decimal): -669409 or 2083317. OLE color: 2083317.
HSL color Cylindrical-coordinate representation of color #F5C91F: hue angle of 47.66º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5C91F is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 31 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.04 |
| HSL | 47.66º | 0.91% | 0.54% | - |
| HSV(B) | 47.66º | 0.87% | 0.96% | - |
| XYZ | 58.79 | 61.28 | 10.03 | - |
| YUV | 194.78 | 35.58 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 31 | 0 | 0.18 | 0.87 | 0.04 | 47.66 | 0.91 | 0.54 |
| Hex | F5 | C9 | 1F | 0 | 12 | 57 | 4 | 30 | 5B | 36 |
| Octal | 365 | 311 | 37 | 0 | 22 | 127 | 4 | 60 | 133 | 66 |
| Binary | 11110101 | 11001001 | 11111 | 0 | 10010 | 1010111 | 100 | 110000 | 1011011 | 110110 |
Color Harmonies of #F5C91F
Complementary color
Monochromatic Colors of #F5C91F
Black with #F5C91F
Text Example
Text Example
White with #F5C91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C91F; }
p { color: rgb(245,201,31); }
H1.HeaderClassName
{
color: #F5C91F;
}
.AnyTagClassName
{
color: #F5C91F;
}
</style>
background-color css
<style>
a { background-color: #F5C91F; }
a { background-color: rgb(245,201,31); }
div.DivClassName
{
background-color: #F5C91F;
}
.BgClassName
{
background-color: #F5C91F;
}
</style>
border-color css
<style>
span { border-color: #F5C91F; }
span { border-color: rgb(245,201,31); }
td.TdClassName
{
border-color: #F5C91F;
}
.TagClassName
{
border-color: #F5C91F;
}
</style>