Shades of Turbo #FECA18
Tints of Turbo #FECA18
RGB
CMYK
RGB Variations
Color information
#FECA18 (or 0xFECA18) is known color: Turbo. HEX triplet: FE, CA and 18. RGB value is (254,202,24). Sum of RGB (Red+Green+Blue) = 254+202+24=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 24 (9.77% from 255 or 5% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA18 is #0135E7. Grayscale: #C6C6C6. Windows color (decimal): -79336 or 1624830. OLE color: 1624830.
HSL color Cylindrical-coordinate representation of color #FECA18: hue angle of 46.43º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FECA18 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 24 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.00 |
| HSL | 46.43º | 0.99% | 0.55% | - |
| HSV(B) | 46.43º | 0.91% | 1% | - |
| XYZ | 62.16 | 63.38 | 9.82 | - |
| YUV | 197.26 | 30.23 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 24 | 0 | 0.20 | 0.91 | 0.00 | 46.43 | 0.99 | 0.55 |
| Hex | FE | CA | 18 | 0 | 14 | 5B | 0 | 2E | 63 | 37 |
| Octal | 376 | 312 | 30 | 0 | 24 | 133 | 0 | 56 | 143 | 67 |
| Binary | 11111110 | 11001010 | 11000 | 0 | 10100 | 1011011 | 0 | 101110 | 1100011 | 110111 |
Color Harmonies of #FECA18
Complementary color
Monochromatic Colors of #FECA18
Black with #FECA18
Text Example
Text Example
White with #FECA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA18; }
p { color: rgb(254,202,24); }
H1.HeaderClassName
{
color: #FECA18;
}
.AnyTagClassName
{
color: #FECA18;
}
</style>
background-color css
<style>
a { background-color: #FECA18; }
a { background-color: rgb(254,202,24); }
div.DivClassName
{
background-color: #FECA18;
}
.BgClassName
{
background-color: #FECA18;
}
</style>
border-color css
<style>
span { border-color: #FECA18; }
span { border-color: rgb(254,202,24); }
td.TdClassName
{
border-color: #FECA18;
}
.TagClassName
{
border-color: #FECA18;
}
</style>