Shades of Turbo #FEC527
Tints of Turbo #FEC527
RGB
CMYK
RGB Variations
Color information
#FEC527 (or 0xFEC527) is known color: Turbo. HEX triplet: FE, C5 and 27. RGB value is (254,197,39). Sum of RGB (Red+Green+Blue) = 254+197+39=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 39 (15.62% from 255 or 7.96% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC527 is #013AD8. Grayscale: #C4C4C4. Windows color (decimal): -80601 or 2606590. OLE color: 2606590.
HSL color Cylindrical-coordinate representation of color #FEC527: hue angle of 44.09º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEC527 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 39 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.00 |
| HSL | 44.09º | 0.99% | 0.57% | - |
| HSV(B) | 44.09º | 0.85% | 1% | - |
| XYZ | 61.21 | 61.15 | 10.5 | - |
| YUV | 196.03 | 39.38 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 39 | 0 | 0.22 | 0.85 | 0.00 | 44.09 | 0.99 | 0.57 |
| Hex | FE | C5 | 27 | 0 | 16 | 55 | 0 | 2C | 63 | 39 |
| Octal | 376 | 305 | 47 | 0 | 26 | 125 | 0 | 54 | 143 | 71 |
| Binary | 11111110 | 11000101 | 100111 | 0 | 10110 | 1010101 | 0 | 101100 | 1100011 | 111001 |
Color Harmonies of #FEC527
Complementary color
Monochromatic Colors of #FEC527
Black with #FEC527
Text Example
Text Example
White with #FEC527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC527; }
p { color: rgb(254,197,39); }
H1.HeaderClassName
{
color: #FEC527;
}
.AnyTagClassName
{
color: #FEC527;
}
</style>
background-color css
<style>
a { background-color: #FEC527; }
a { background-color: rgb(254,197,39); }
div.DivClassName
{
background-color: #FEC527;
}
.BgClassName
{
background-color: #FEC527;
}
</style>
border-color css
<style>
span { border-color: #FEC527; }
span { border-color: rgb(254,197,39); }
td.TdClassName
{
border-color: #FEC527;
}
.TagClassName
{
border-color: #FEC527;
}
</style>