Shades of Turbo #FECE1D
Tints of Turbo #FECE1D
RGB
CMYK
RGB Variations
Color information
#FECE1D (or 0xFECE1D) is known color: Turbo. HEX triplet: FE, CE and 1D. RGB value is (254,206,29). Sum of RGB (Red+Green+Blue) = 254+206+29=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE1D is #0131E2. Grayscale: #C8C8C8. Windows color (decimal): -78307 or 1953534. OLE color: 1953534.
HSL color Cylindrical-coordinate representation of color #FECE1D: hue angle of 47.2º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FECE1D is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 29 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.00 |
| HSL | 47.2º | 0.99% | 0.55% | - |
| HSV(B) | 47.2º | 0.89% | 1% | - |
| XYZ | 63.17 | 65.3 | 10.44 | - |
| YUV | 200.17 | 31.4 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 29 | 0 | 0.19 | 0.89 | 0.00 | 47.2 | 0.99 | 0.55 |
| Hex | FE | CE | 1D | 0 | 13 | 59 | 0 | 2F | 63 | 37 |
| Octal | 376 | 316 | 35 | 0 | 23 | 131 | 0 | 57 | 143 | 67 |
| Binary | 11111110 | 11001110 | 11101 | 0 | 10011 | 1011001 | 0 | 101111 | 1100011 | 110111 |
Color Harmonies of #FECE1D
Complementary color
Monochromatic Colors of #FECE1D
Black with #FECE1D
Text Example
Text Example
White with #FECE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE1D; }
p { color: rgb(254,206,29); }
H1.HeaderClassName
{
color: #FECE1D;
}
.AnyTagClassName
{
color: #FECE1D;
}
</style>
background-color css
<style>
a { background-color: #FECE1D; }
a { background-color: rgb(254,206,29); }
div.DivClassName
{
background-color: #FECE1D;
}
.BgClassName
{
background-color: #FECE1D;
}
</style>
border-color css
<style>
span { border-color: #FECE1D; }
span { border-color: rgb(254,206,29); }
td.TdClassName
{
border-color: #FECE1D;
}
.TagClassName
{
border-color: #FECE1D;
}
</style>