Shades of Turbo #FECA24
Tints of Turbo #FECA24
RGB
CMYK
RGB Variations
Color information
#FECA24 (or 0xFECA24) is known color: Turbo. HEX triplet: FE, CA and 24. RGB value is (254,202,36). Sum of RGB (Red+Green+Blue) = 254+202+36=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 36 (14.45% from 255 or 7.32% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA24 is #0135DB. Grayscale: #C7C7C7. Windows color (decimal): -79324 or 2411262. OLE color: 2411262.
HSL color Cylindrical-coordinate representation of color #FECA24: hue angle of 45.69º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FECA24 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 36 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.00 |
| HSL | 45.69º | 0.99% | 0.57% | - |
| HSV(B) | 45.69º | 0.86% | 1% | - |
| XYZ | 62.31 | 63.44 | 10.63 | - |
| YUV | 198.62 | 36.23 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 36 | 0 | 0.20 | 0.86 | 0.00 | 45.69 | 0.99 | 0.57 |
| Hex | FE | CA | 24 | 0 | 14 | 56 | 0 | 2E | 63 | 39 |
| Octal | 376 | 312 | 44 | 0 | 24 | 126 | 0 | 56 | 143 | 71 |
| Binary | 11111110 | 11001010 | 100100 | 0 | 10100 | 1010110 | 0 | 101110 | 1100011 | 111001 |
Color Harmonies of #FECA24
Complementary color
Monochromatic Colors of #FECA24
Black with #FECA24
Text Example
Text Example
White with #FECA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA24; }
p { color: rgb(254,202,36); }
H1.HeaderClassName
{
color: #FECA24;
}
.AnyTagClassName
{
color: #FECA24;
}
</style>
background-color css
<style>
a { background-color: #FECA24; }
a { background-color: rgb(254,202,36); }
div.DivClassName
{
background-color: #FECA24;
}
.BgClassName
{
background-color: #FECA24;
}
</style>
border-color css
<style>
span { border-color: #FECA24; }
span { border-color: rgb(254,202,36); }
td.TdClassName
{
border-color: #FECA24;
}
.TagClassName
{
border-color: #FECA24;
}
</style>