Shades of Turbo #FECF1E
Tints of Turbo #FECF1E
RGB
CMYK
RGB Variations
Color information
#FECF1E (or 0xFECF1E) is known color: Turbo. HEX triplet: FE, CF and 1E. RGB value is (254,207,30). Sum of RGB (Red+Green+Blue) = 254+207+30=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 30 (12.11% from 255 or 6.11% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF1E is #0130E1. Grayscale: #C9C9C9. Windows color (decimal): -78050 or 2019326. OLE color: 2019326.
HSL color Cylindrical-coordinate representation of color #FECF1E: hue angle of 47.41º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FECF1E is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 30 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.00 |
| HSL | 47.41º | 0.99% | 0.56% | - |
| HSV(B) | 47.41º | 0.88% | 1% | - |
| XYZ | 63.42 | 65.79 | 10.58 | - |
| YUV | 200.88 | 31.57 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 30 | 0 | 0.19 | 0.88 | 0.00 | 47.41 | 0.99 | 0.56 |
| Hex | FE | CF | 1E | 0 | 13 | 58 | 0 | 2F | 63 | 38 |
| Octal | 376 | 317 | 36 | 0 | 23 | 130 | 0 | 57 | 143 | 70 |
| Binary | 11111110 | 11001111 | 11110 | 0 | 10011 | 1011000 | 0 | 101111 | 1100011 | 111000 |
Color Harmonies of #FECF1E
Complementary color
Monochromatic Colors of #FECF1E
Black with #FECF1E
Text Example
Text Example
White with #FECF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF1E; }
p { color: rgb(254,207,30); }
H1.HeaderClassName
{
color: #FECF1E;
}
.AnyTagClassName
{
color: #FECF1E;
}
</style>
background-color css
<style>
a { background-color: #FECF1E; }
a { background-color: rgb(254,207,30); }
div.DivClassName
{
background-color: #FECF1E;
}
.BgClassName
{
background-color: #FECF1E;
}
</style>
border-color css
<style>
span { border-color: #FECF1E; }
span { border-color: rgb(254,207,30); }
td.TdClassName
{
border-color: #FECF1E;
}
.TagClassName
{
border-color: #FECF1E;
}
</style>