Shades of Turbo #FECD18
Tints of Turbo #FECD18
RGB
CMYK
RGB Variations
Color information
#FECD18 (or 0xFECD18) is known color: Turbo. HEX triplet: FE, CD and 18. RGB value is (254,205,24). Sum of RGB (Red+Green+Blue) = 254+205+24=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 24 (9.77% from 255 or 4.97% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECD18 is #0132E7. Grayscale: #C7C7C7. Windows color (decimal): -78568 or 1625598. OLE color: 1625598.
HSL color Cylindrical-coordinate representation of color #FECD18: hue angle of 47.22º 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 #FECD18 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 24 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.00 |
| HSL | 47.22º | 0.99% | 0.55% | - |
| HSV(B) | 47.22º | 0.91% | 1% | - |
| XYZ | 62.87 | 64.8 | 10.06 | - |
| YUV | 199.02 | 29.23 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 24 | 0 | 0.19 | 0.91 | 0.00 | 47.22 | 0.99 | 0.55 |
| Hex | FE | CD | 18 | 0 | 13 | 5B | 0 | 2F | 63 | 37 |
| Octal | 376 | 315 | 30 | 0 | 23 | 133 | 0 | 57 | 143 | 67 |
| Binary | 11111110 | 11001101 | 11000 | 0 | 10011 | 1011011 | 0 | 101111 | 1100011 | 110111 |
Color Harmonies of #FECD18
Complementary color
Monochromatic Colors of #FECD18
Black with #FECD18
Text Example
Text Example
White with #FECD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD18; }
p { color: rgb(254,205,24); }
H1.HeaderClassName
{
color: #FECD18;
}
.AnyTagClassName
{
color: #FECD18;
}
</style>
background-color css
<style>
a { background-color: #FECD18; }
a { background-color: rgb(254,205,24); }
div.DivClassName
{
background-color: #FECD18;
}
.BgClassName
{
background-color: #FECD18;
}
</style>
border-color css
<style>
span { border-color: #FECD18; }
span { border-color: rgb(254,205,24); }
td.TdClassName
{
border-color: #FECD18;
}
.TagClassName
{
border-color: #FECD18;
}
</style>