Shades of Turbo #FEC525
Tints of Turbo #FEC525
RGB
CMYK
RGB Variations
Color information
#FEC525 (or 0xFEC525) is known color: Turbo. HEX triplet: FE, C5 and 25. RGB value is (254,197,37). Sum of RGB (Red+Green+Blue) = 254+197+37=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC525 is #013ADA. Grayscale: #C4C4C4. Windows color (decimal): -80603 or 2475518. OLE color: 2475518.
HSL color Cylindrical-coordinate representation of color #FEC525: hue angle of 44.24º 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 #FEC525 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 37 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.00 |
| HSL | 44.24º | 0.99% | 0.57% | - |
| HSV(B) | 44.24º | 0.85% | 1% | - |
| XYZ | 61.17 | 61.14 | 10.33 | - |
| YUV | 195.8 | 38.38 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 37 | 0 | 0.22 | 0.85 | 0.00 | 44.24 | 0.99 | 0.57 |
| Hex | FE | C5 | 25 | 0 | 16 | 55 | 0 | 2C | 63 | 39 |
| Octal | 376 | 305 | 45 | 0 | 26 | 125 | 0 | 54 | 143 | 71 |
| Binary | 11111110 | 11000101 | 100101 | 0 | 10110 | 1010101 | 0 | 101100 | 1100011 | 111001 |
Color Harmonies of #FEC525
Complementary color
Monochromatic Colors of #FEC525
Black with #FEC525
Text Example
Text Example
White with #FEC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC525; }
p { color: rgb(254,197,37); }
H1.HeaderClassName
{
color: #FEC525;
}
.AnyTagClassName
{
color: #FEC525;
}
</style>
background-color css
<style>
a { background-color: #FEC525; }
a { background-color: rgb(254,197,37); }
div.DivClassName
{
background-color: #FEC525;
}
.BgClassName
{
background-color: #FEC525;
}
</style>
border-color css
<style>
span { border-color: #FEC525; }
span { border-color: rgb(254,197,37); }
td.TdClassName
{
border-color: #FEC525;
}
.TagClassName
{
border-color: #FEC525;
}
</style>