Shades of Turbo #FEC825
Tints of Turbo #FEC825
RGB
CMYK
RGB Variations
Color information
#FEC825 (or 0xFEC825) is known color: Turbo. HEX triplet: FE, C8 and 25. RGB value is (254,200,37). Sum of RGB (Red+Green+Blue) = 254+200+37=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 37 (14.84% from 255 or 7.54% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC825 is #0137DA. Grayscale: #C6C6C6. Windows color (decimal): -79835 or 2476286. OLE color: 2476286.
HSL color Cylindrical-coordinate representation of color #FEC825: hue angle of 45.07º 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 #FEC825 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 37 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.00 |
| HSL | 45.07º | 0.99% | 0.57% | - |
| HSV(B) | 45.07º | 0.85% | 1% | - |
| XYZ | 61.86 | 62.51 | 10.56 | - |
| YUV | 197.56 | 37.39 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 37 | 0 | 0.21 | 0.85 | 0.00 | 45.07 | 0.99 | 0.57 |
| Hex | FE | C8 | 25 | 0 | 15 | 55 | 0 | 2D | 63 | 39 |
| Octal | 376 | 310 | 45 | 0 | 25 | 125 | 0 | 55 | 143 | 71 |
| Binary | 11111110 | 11001000 | 100101 | 0 | 10101 | 1010101 | 0 | 101101 | 1100011 | 111001 |
Color Harmonies of #FEC825
Complementary color
Monochromatic Colors of #FEC825
Black with #FEC825
Text Example
Text Example
White with #FEC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC825; }
p { color: rgb(254,200,37); }
H1.HeaderClassName
{
color: #FEC825;
}
.AnyTagClassName
{
color: #FEC825;
}
</style>
background-color css
<style>
a { background-color: #FEC825; }
a { background-color: rgb(254,200,37); }
div.DivClassName
{
background-color: #FEC825;
}
.BgClassName
{
background-color: #FEC825;
}
</style>
border-color css
<style>
span { border-color: #FEC825; }
span { border-color: rgb(254,200,37); }
td.TdClassName
{
border-color: #FEC825;
}
.TagClassName
{
border-color: #FEC825;
}
</style>