Shades of Turbo #FECE1E
Tints of Turbo #FECE1E
RGB
CMYK
RGB Variations
Color information
#FECE1E (or 0xFECE1E) is known color: Turbo. HEX triplet: FE, CE and 1E. RGB value is (254,206,30). Sum of RGB (Red+Green+Blue) = 254+206+30=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE1E is #0131E1. Grayscale: #C9C9C9. Windows color (decimal): -78306 or 2019070. OLE color: 2019070.
HSL color Cylindrical-coordinate representation of color #FECE1E: hue angle of 47.14º 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 #FECE1E is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 30 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.00 |
| HSL | 47.14º | 0.99% | 0.56% | - |
| HSV(B) | 47.14º | 0.88% | 1% | - |
| XYZ | 63.18 | 65.31 | 10.5 | - |
| YUV | 200.29 | 31.9 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 30 | 0 | 0.19 | 0.88 | 0.00 | 47.14 | 0.99 | 0.56 |
| Hex | FE | CE | 1E | 0 | 13 | 58 | 0 | 2F | 63 | 38 |
| Octal | 376 | 316 | 36 | 0 | 23 | 130 | 0 | 57 | 143 | 70 |
| Binary | 11111110 | 11001110 | 11110 | 0 | 10011 | 1011000 | 0 | 101111 | 1100011 | 111000 |
Color Harmonies of #FECE1E
Complementary color
Monochromatic Colors of #FECE1E
Black with #FECE1E
Text Example
Text Example
White with #FECE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE1E; }
p { color: rgb(254,206,30); }
H1.HeaderClassName
{
color: #FECE1E;
}
.AnyTagClassName
{
color: #FECE1E;
}
</style>
background-color css
<style>
a { background-color: #FECE1E; }
a { background-color: rgb(254,206,30); }
div.DivClassName
{
background-color: #FECE1E;
}
.BgClassName
{
background-color: #FECE1E;
}
</style>
border-color css
<style>
span { border-color: #FECE1E; }
span { border-color: rgb(254,206,30); }
td.TdClassName
{
border-color: #FECE1E;
}
.TagClassName
{
border-color: #FECE1E;
}
</style>