Shades of Turbo #FEC425
Tints of Turbo #FEC425
RGB
CMYK
RGB Variations
Color information
#FEC425 (or 0xFEC425) is known color: Turbo. HEX triplet: FE, C4 and 25. RGB value is (254,196,37). Sum of RGB (Red+Green+Blue) = 254+196+37=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC425 is #013BDA. Grayscale: #C3C3C3. Windows color (decimal): -80859 or 2475262. OLE color: 2475262.
HSL color Cylindrical-coordinate representation of color #FEC425: hue angle of 43.96º 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 #FEC425 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 37 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.00 |
| HSL | 43.96º | 0.99% | 0.57% | - |
| HSV(B) | 43.96º | 0.85% | 1% | - |
| XYZ | 60.95 | 60.68 | 10.25 | - |
| YUV | 195.22 | 38.72 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 37 | 0 | 0.23 | 0.85 | 0.00 | 43.96 | 0.99 | 0.57 |
| Hex | FE | C4 | 25 | 0 | 17 | 55 | 0 | 2C | 63 | 39 |
| Octal | 376 | 304 | 45 | 0 | 27 | 125 | 0 | 54 | 143 | 71 |
| Binary | 11111110 | 11000100 | 100101 | 0 | 10111 | 1010101 | 0 | 101100 | 1100011 | 111001 |
Color Harmonies of #FEC425
Complementary color
Monochromatic Colors of #FEC425
Black with #FEC425
Text Example
Text Example
White with #FEC425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC425; }
p { color: rgb(254,196,37); }
H1.HeaderClassName
{
color: #FEC425;
}
.AnyTagClassName
{
color: #FEC425;
}
</style>
background-color css
<style>
a { background-color: #FEC425; }
a { background-color: rgb(254,196,37); }
div.DivClassName
{
background-color: #FEC425;
}
.BgClassName
{
background-color: #FEC425;
}
</style>
border-color css
<style>
span { border-color: #FEC425; }
span { border-color: rgb(254,196,37); }
td.TdClassName
{
border-color: #FEC425;
}
.TagClassName
{
border-color: #FEC425;
}
</style>