Shades of Turbo #FECD1D
Tints of Turbo #FECD1D
RGB
CMYK
RGB Variations
Color information
#FECD1D (or 0xFECD1D) is known color: Turbo. HEX triplet: FE, CD and 1D. RGB value is (254,205,29). Sum of RGB (Red+Green+Blue) = 254+205+29=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD1D is #0132E2. Grayscale: #C8C8C8. Windows color (decimal): -78563 or 1953278. OLE color: 1953278.
HSL color Cylindrical-coordinate representation of color #FECD1D: hue angle of 46.93º 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 #FECD1D is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 29 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.00 |
| HSL | 46.93º | 0.99% | 0.55% | - |
| HSV(B) | 46.93º | 0.89% | 1% | - |
| XYZ | 62.93 | 64.82 | 10.36 | - |
| YUV | 199.59 | 31.73 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 29 | 0 | 0.19 | 0.89 | 0.00 | 46.93 | 0.99 | 0.55 |
| Hex | FE | CD | 1D | 0 | 13 | 59 | 0 | 2F | 63 | 37 |
| Octal | 376 | 315 | 35 | 0 | 23 | 131 | 0 | 57 | 143 | 67 |
| Binary | 11111110 | 11001101 | 11101 | 0 | 10011 | 1011001 | 0 | 101111 | 1100011 | 110111 |
Color Harmonies of #FECD1D
Complementary color
Monochromatic Colors of #FECD1D
Black with #FECD1D
Text Example
Text Example
White with #FECD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD1D; }
p { color: rgb(254,205,29); }
H1.HeaderClassName
{
color: #FECD1D;
}
.AnyTagClassName
{
color: #FECD1D;
}
</style>
background-color css
<style>
a { background-color: #FECD1D; }
a { background-color: rgb(254,205,29); }
div.DivClassName
{
background-color: #FECD1D;
}
.BgClassName
{
background-color: #FECD1D;
}
</style>
border-color css
<style>
span { border-color: #FECD1D; }
span { border-color: rgb(254,205,29); }
td.TdClassName
{
border-color: #FECD1D;
}
.TagClassName
{
border-color: #FECD1D;
}
</style>