Shades of Carrot Orange #FE941E
Tints of Carrot Orange #FE941E
RGB
CMYK
RGB Variations
Color information
#FE941E (or 0xFE941E) is known color: Carrot Orange. HEX triplet: FE, 94 and 1E. RGB value is (254,148,30). Sum of RGB (Red+Green+Blue) = 254+148+30=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE941E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE941E is #016BE1. Grayscale: #A6A6A6. Windows color (decimal): -93154 or 2004222. OLE color: 2004222.
HSL color Cylindrical-coordinate representation of color #FE941E: hue angle of 31.61º 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 #FE941E is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 30 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.00 |
| HSL | 31.61º | 0.99% | 0.56% | - |
| HSV(B) | 31.61º | 0.88% | 1% | - |
| XYZ | 51.7 | 42.34 | 6.68 | - |
| YUV | 166.24 | 51.12 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 30 | 0 | 0.42 | 0.88 | 0.00 | 31.61 | 0.99 | 0.56 |
| Hex | FE | 94 | 1E | 0 | 2A | 58 | 0 | 20 | 63 | 38 |
| Octal | 376 | 224 | 36 | 0 | 52 | 130 | 0 | 40 | 143 | 70 |
| Binary | 11111110 | 10010100 | 11110 | 0 | 101010 | 1011000 | 0 | 100000 | 1100011 | 111000 |
Color Harmonies of #FE941E
Complementary color
Monochromatic Colors of #FE941E
Black with #FE941E
Text Example
Text Example
White with #FE941E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE941E; }
p { color: rgb(254,148,30); }
H1.HeaderClassName
{
color: #FE941E;
}
.AnyTagClassName
{
color: #FE941E;
}
</style>
background-color css
<style>
a { background-color: #FE941E; }
a { background-color: rgb(254,148,30); }
div.DivClassName
{
background-color: #FE941E;
}
.BgClassName
{
background-color: #FE941E;
}
</style>
border-color css
<style>
span { border-color: #FE941E; }
span { border-color: rgb(254,148,30); }
td.TdClassName
{
border-color: #FE941E;
}
.TagClassName
{
border-color: #FE941E;
}
</style>