Shades of Turbo #F5C827
Tints of Turbo #F5C827
RGB
CMYK
RGB Variations
Color information
#F5C827 (or 0xF5C827) is known color: Turbo. HEX triplet: F5, C8 and 27. RGB value is (245,200,39). Sum of RGB (Red+Green+Blue) = 245+200+39=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 39 (15.62% from 255 or 8.06% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C827 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C827 is #0A37D8. Grayscale: #C3C3C3. Windows color (decimal): -669657 or 2607349. OLE color: 2607349.
HSL color Cylindrical-coordinate representation of color #F5C827: hue angle of 46.89º 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 #F5C827 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 39 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.04 |
| HSL | 46.89º | 0.91% | 0.56% | - |
| HSV(B) | 46.89º | 0.84% | 0.96% | - |
| XYZ | 58.68 | 60.87 | 10.58 | - |
| YUV | 195.1 | 39.91 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 39 | 0 | 0.18 | 0.84 | 0.04 | 46.89 | 0.91 | 0.56 |
| Hex | F5 | C8 | 27 | 0 | 12 | 54 | 4 | 2F | 5B | 38 |
| Octal | 365 | 310 | 47 | 0 | 22 | 124 | 4 | 57 | 133 | 70 |
| Binary | 11110101 | 11001000 | 100111 | 0 | 10010 | 1010100 | 100 | 101111 | 1011011 | 111000 |
Color Harmonies of #F5C827
Complementary color
Monochromatic Colors of #F5C827
Black with #F5C827
Text Example
Text Example
White with #F5C827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C827; }
p { color: rgb(245,200,39); }
H1.HeaderClassName
{
color: #F5C827;
}
.AnyTagClassName
{
color: #F5C827;
}
</style>
background-color css
<style>
a { background-color: #F5C827; }
a { background-color: rgb(245,200,39); }
div.DivClassName
{
background-color: #F5C827;
}
.BgClassName
{
background-color: #F5C827;
}
</style>
border-color css
<style>
span { border-color: #F5C827; }
span { border-color: rgb(245,200,39); }
td.TdClassName
{
border-color: #F5C827;
}
.TagClassName
{
border-color: #F5C827;
}
</style>