Shades of Turbo #FECF1D
Tints of Turbo #FECF1D
RGB
CMYK
RGB Variations
Color information
#FECF1D (or 0xFECF1D) is known color: Turbo. HEX triplet: FE, CF and 1D. RGB value is (254,207,29). Sum of RGB (Red+Green+Blue) = 254+207+29=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF1D is #0130E2. Grayscale: #C9C9C9. Windows color (decimal): -78051 or 1953790. OLE color: 1953790.
HSL color Cylindrical-coordinate representation of color #FECF1D: hue angle of 47.47º 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 #FECF1D is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 29 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.00 |
| HSL | 47.47º | 0.99% | 0.55% | - |
| HSV(B) | 47.47º | 0.89% | 1% | - |
| XYZ | 63.41 | 65.79 | 10.52 | - |
| YUV | 200.76 | 31.07 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 29 | 0 | 0.19 | 0.89 | 0.00 | 47.47 | 0.99 | 0.55 |
| Hex | FE | CF | 1D | 0 | 13 | 59 | 0 | 2F | 63 | 37 |
| Octal | 376 | 317 | 35 | 0 | 23 | 131 | 0 | 57 | 143 | 67 |
| Binary | 11111110 | 11001111 | 11101 | 0 | 10011 | 1011001 | 0 | 101111 | 1100011 | 110111 |
Color Harmonies of #FECF1D
Complementary color
Monochromatic Colors of #FECF1D
Black with #FECF1D
Text Example
Text Example
White with #FECF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF1D; }
p { color: rgb(254,207,29); }
H1.HeaderClassName
{
color: #FECF1D;
}
.AnyTagClassName
{
color: #FECF1D;
}
</style>
background-color css
<style>
a { background-color: #FECF1D; }
a { background-color: rgb(254,207,29); }
div.DivClassName
{
background-color: #FECF1D;
}
.BgClassName
{
background-color: #FECF1D;
}
</style>
border-color css
<style>
span { border-color: #FECF1D; }
span { border-color: rgb(254,207,29); }
td.TdClassName
{
border-color: #FECF1D;
}
.TagClassName
{
border-color: #FECF1D;
}
</style>