Shades of Turbo #FECE1F
Tints of Turbo #FECE1F
RGB
CMYK
RGB Variations
Color information
#FECE1F (or 0xFECE1F) is known color: Turbo. HEX triplet: FE, CE and 1F. RGB value is (254,206,31). Sum of RGB (Red+Green+Blue) = 254+206+31=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 31 (12.5% from 255 or 6.31% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE1F is #0131E0. Grayscale: #C9C9C9. Windows color (decimal): -78305 or 2084606. OLE color: 2084606.
HSL color Cylindrical-coordinate representation of color #FECE1F: hue angle of 47.09º 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 #FECE1F is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 31 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.00 |
| HSL | 47.09º | 0.99% | 0.56% | - |
| HSV(B) | 47.09º | 0.88% | 1% | - |
| XYZ | 63.19 | 65.31 | 10.57 | - |
| YUV | 200.4 | 32.4 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 31 | 0 | 0.19 | 0.88 | 0.00 | 47.09 | 0.99 | 0.56 |
| Hex | FE | CE | 1F | 0 | 13 | 58 | 0 | 2F | 63 | 38 |
| Octal | 376 | 316 | 37 | 0 | 23 | 130 | 0 | 57 | 143 | 70 |
| Binary | 11111110 | 11001110 | 11111 | 0 | 10011 | 1011000 | 0 | 101111 | 1100011 | 111000 |
Color Harmonies of #FECE1F
Complementary color
Monochromatic Colors of #FECE1F
Black with #FECE1F
Text Example
Text Example
White with #FECE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE1F; }
p { color: rgb(254,206,31); }
H1.HeaderClassName
{
color: #FECE1F;
}
.AnyTagClassName
{
color: #FECE1F;
}
</style>
background-color css
<style>
a { background-color: #FECE1F; }
a { background-color: rgb(254,206,31); }
div.DivClassName
{
background-color: #FECE1F;
}
.BgClassName
{
background-color: #FECE1F;
}
</style>
border-color css
<style>
span { border-color: #FECE1F; }
span { border-color: rgb(254,206,31); }
td.TdClassName
{
border-color: #FECE1F;
}
.TagClassName
{
border-color: #FECE1F;
}
</style>