Shades of Turbo #F5C828
Tints of Turbo #F5C828
RGB
CMYK
RGB Variations
Color information
#F5C828 (or 0xF5C828) is known color: Turbo. HEX triplet: F5, C8 and 28. RGB value is (245,200,40). Sum of RGB (Red+Green+Blue) = 245+200+40=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C828 is #0A37D7. Grayscale: #C3C3C3. Windows color (decimal): -669656 or 2672885. OLE color: 2672885.
HSL color Cylindrical-coordinate representation of color #F5C828: hue angle of 46.83º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5C828 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 40 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.04 |
| HSL | 46.83º | 0.91% | 0.56% | - |
| HSV(B) | 46.83º | 0.84% | 0.96% | - |
| XYZ | 58.69 | 60.87 | 10.66 | - |
| YUV | 195.22 | 40.41 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 40 | 0 | 0.18 | 0.84 | 0.04 | 46.83 | 0.91 | 0.56 |
| Hex | F5 | C8 | 28 | 0 | 12 | 54 | 4 | 2F | 5B | 38 |
| Octal | 365 | 310 | 50 | 0 | 22 | 124 | 4 | 57 | 133 | 70 |
| Binary | 11110101 | 11001000 | 101000 | 0 | 10010 | 1010100 | 100 | 101111 | 1011011 | 111000 |
Color Harmonies of #F5C828
Complementary color
Monochromatic Colors of #F5C828
Black with #F5C828
Text Example
Text Example
White with #F5C828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C828; }
p { color: rgb(245,200,40); }
H1.HeaderClassName
{
color: #F5C828;
}
.AnyTagClassName
{
color: #F5C828;
}
</style>
background-color css
<style>
a { background-color: #F5C828; }
a { background-color: rgb(245,200,40); }
div.DivClassName
{
background-color: #F5C828;
}
.BgClassName
{
background-color: #F5C828;
}
</style>
border-color css
<style>
span { border-color: #F5C828; }
span { border-color: rgb(245,200,40); }
td.TdClassName
{
border-color: #F5C828;
}
.TagClassName
{
border-color: #F5C828;
}
</style>