Shades of Turbo #FECB1E
Tints of Turbo #FECB1E
RGB
CMYK
RGB Variations
Color information
#FECB1E (or 0xFECB1E) is known color: Turbo. HEX triplet: FE, CB and 1E. RGB value is (254,203,30). Sum of RGB (Red+Green+Blue) = 254+203+30=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 30 (12.11% from 255 or 6.16% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB1E is #0134E1. Grayscale: #C7C7C7. Windows color (decimal): -79074 or 2018302. OLE color: 2018302.
HSL color Cylindrical-coordinate representation of color #FECB1E: hue angle of 46.34º 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 #FECB1E is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 30 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.00 |
| HSL | 46.34º | 0.99% | 0.56% | - |
| HSV(B) | 46.34º | 0.88% | 1% | - |
| XYZ | 62.46 | 63.88 | 10.27 | - |
| YUV | 198.53 | 32.9 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 30 | 0 | 0.20 | 0.88 | 0.00 | 46.34 | 0.99 | 0.56 |
| Hex | FE | CB | 1E | 0 | 14 | 58 | 0 | 2E | 63 | 38 |
| Octal | 376 | 313 | 36 | 0 | 24 | 130 | 0 | 56 | 143 | 70 |
| Binary | 11111110 | 11001011 | 11110 | 0 | 10100 | 1011000 | 0 | 101110 | 1100011 | 111000 |
Color Harmonies of #FECB1E
Complementary color
Monochromatic Colors of #FECB1E
Black with #FECB1E
Text Example
Text Example
White with #FECB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB1E; }
p { color: rgb(254,203,30); }
H1.HeaderClassName
{
color: #FECB1E;
}
.AnyTagClassName
{
color: #FECB1E;
}
</style>
background-color css
<style>
a { background-color: #FECB1E; }
a { background-color: rgb(254,203,30); }
div.DivClassName
{
background-color: #FECB1E;
}
.BgClassName
{
background-color: #FECB1E;
}
</style>
border-color css
<style>
span { border-color: #FECB1E; }
span { border-color: rgb(254,203,30); }
td.TdClassName
{
border-color: #FECB1E;
}
.TagClassName
{
border-color: #FECB1E;
}
</style>