Shades of Turbo #FECE1B
Tints of Turbo #FECE1B
RGB
CMYK
RGB Variations
Color information
#FECE1B (or 0xFECE1B) is known color: Turbo. HEX triplet: FE, CE and 1B. RGB value is (254,206,27). Sum of RGB (Red+Green+Blue) = 254+206+27=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 27 (10.94% from 255 or 5.54% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE1B is #0131E4. Grayscale: #C8C8C8. Windows color (decimal): -78309 or 1822462. OLE color: 1822462.
HSL color Cylindrical-coordinate representation of color #FECE1B: hue angle of 47.31º 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 #FECE1B is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 27 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.00 |
| HSL | 47.31º | 0.99% | 0.55% | - |
| HSV(B) | 47.31º | 0.89% | 1% | - |
| XYZ | 63.14 | 65.29 | 10.31 | - |
| YUV | 199.95 | 30.4 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 27 | 0 | 0.19 | 0.89 | 0.00 | 47.31 | 0.99 | 0.55 |
| Hex | FE | CE | 1B | 0 | 13 | 59 | 0 | 2F | 63 | 37 |
| Octal | 376 | 316 | 33 | 0 | 23 | 131 | 0 | 57 | 143 | 67 |
| Binary | 11111110 | 11001110 | 11011 | 0 | 10011 | 1011001 | 0 | 101111 | 1100011 | 110111 |
Color Harmonies of #FECE1B
Complementary color
Monochromatic Colors of #FECE1B
Black with #FECE1B
Text Example
Text Example
White with #FECE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE1B; }
p { color: rgb(254,206,27); }
H1.HeaderClassName
{
color: #FECE1B;
}
.AnyTagClassName
{
color: #FECE1B;
}
</style>
background-color css
<style>
a { background-color: #FECE1B; }
a { background-color: rgb(254,206,27); }
div.DivClassName
{
background-color: #FECE1B;
}
.BgClassName
{
background-color: #FECE1B;
}
</style>
border-color css
<style>
span { border-color: #FECE1B; }
span { border-color: rgb(254,206,27); }
td.TdClassName
{
border-color: #FECE1B;
}
.TagClassName
{
border-color: #FECE1B;
}
</style>