Shades of Turbo #FEC925
Tints of Turbo #FEC925
RGB
CMYK
RGB Variations
Color information
#FEC925 (or 0xFEC925) is known color: Turbo. HEX triplet: FE, C9 and 25. RGB value is (254,201,37). Sum of RGB (Red+Green+Blue) = 254+201+37=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 37 (14.84% from 255 or 7.52% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC925 is #0136DA. Grayscale: #C6C6C6. Windows color (decimal): -79579 or 2476542. OLE color: 2476542.
HSL color Cylindrical-coordinate representation of color #FEC925: hue angle of 45.35º 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 #FEC925 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 37 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.00 |
| HSL | 45.35º | 0.99% | 0.57% | - |
| HSV(B) | 45.35º | 0.85% | 1% | - |
| XYZ | 62.09 | 62.98 | 10.63 | - |
| YUV | 198.15 | 37.06 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 37 | 0 | 0.21 | 0.85 | 0.00 | 45.35 | 0.99 | 0.57 |
| Hex | FE | C9 | 25 | 0 | 15 | 55 | 0 | 2D | 63 | 39 |
| Octal | 376 | 311 | 45 | 0 | 25 | 125 | 0 | 55 | 143 | 71 |
| Binary | 11111110 | 11001001 | 100101 | 0 | 10101 | 1010101 | 0 | 101101 | 1100011 | 111001 |
Color Harmonies of #FEC925
Complementary color
Monochromatic Colors of #FEC925
Black with #FEC925
Text Example
Text Example
White with #FEC925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC925; }
p { color: rgb(254,201,37); }
H1.HeaderClassName
{
color: #FEC925;
}
.AnyTagClassName
{
color: #FEC925;
}
</style>
background-color css
<style>
a { background-color: #FEC925; }
a { background-color: rgb(254,201,37); }
div.DivClassName
{
background-color: #FEC925;
}
.BgClassName
{
background-color: #FEC925;
}
</style>
border-color css
<style>
span { border-color: #FEC925; }
span { border-color: rgb(254,201,37); }
td.TdClassName
{
border-color: #FEC925;
}
.TagClassName
{
border-color: #FEC925;
}
</style>