Shades of Turbo #F5D027
Tints of Turbo #F5D027
RGB
CMYK
RGB Variations
Color information
#F5D027 (or 0xF5D027) is known color: Turbo. HEX triplet: F5, D0 and 27. RGB value is (245,208,39). Sum of RGB (Red+Green+Blue) = 245+208+39=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 39 (15.62% from 255 or 7.93% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D027 is #0A2FD8. Grayscale: #C8C8C8. Windows color (decimal): -667609 or 2609397. OLE color: 2609397.
HSL color Cylindrical-coordinate representation of color #F5D027: hue angle of 49.22º 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 #F5D027 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 39 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.04 |
| HSL | 49.22º | 0.91% | 0.56% | - |
| HSV(B) | 49.22º | 0.84% | 0.96% | - |
| XYZ | 60.58 | 64.67 | 11.21 | - |
| YUV | 199.8 | 37.26 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 39 | 0 | 0.15 | 0.84 | 0.04 | 49.22 | 0.91 | 0.56 |
| Hex | F5 | D0 | 27 | 0 | F | 54 | 4 | 31 | 5B | 38 |
| Octal | 365 | 320 | 47 | 0 | 17 | 124 | 4 | 61 | 133 | 70 |
| Binary | 11110101 | 11010000 | 100111 | 0 | 1111 | 1010100 | 100 | 110001 | 1011011 | 111000 |
Color Harmonies of #F5D027
Complementary color
Monochromatic Colors of #F5D027
Black with #F5D027
Text Example
Text Example
White with #F5D027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D027; }
p { color: rgb(245,208,39); }
H1.HeaderClassName
{
color: #F5D027;
}
.AnyTagClassName
{
color: #F5D027;
}
</style>
background-color css
<style>
a { background-color: #F5D027; }
a { background-color: rgb(245,208,39); }
div.DivClassName
{
background-color: #F5D027;
}
.BgClassName
{
background-color: #F5D027;
}
</style>
border-color css
<style>
span { border-color: #F5D027; }
span { border-color: rgb(245,208,39); }
td.TdClassName
{
border-color: #F5D027;
}
.TagClassName
{
border-color: #F5D027;
}
</style>