Shades of Carrot Orange #FE941D
Tints of Carrot Orange #FE941D
RGB
CMYK
RGB Variations
Color information
#FE941D (or 0xFE941D) is known color: Carrot Orange. HEX triplet: FE, 94 and 1D. RGB value is (254,148,29). Sum of RGB (Red+Green+Blue) = 254+148+29=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE941D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE941D is #016BE2. Grayscale: #A6A6A6. Windows color (decimal): -93155 or 1938686. OLE color: 1938686.
HSL color Cylindrical-coordinate representation of color #FE941D: hue angle of 31.73º 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 #FE941D is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 29 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.00 |
| HSL | 31.73º | 0.99% | 0.55% | - |
| HSV(B) | 31.73º | 0.89% | 1% | - |
| XYZ | 51.68 | 42.34 | 6.61 | - |
| YUV | 166.13 | 50.62 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 29 | 0 | 0.42 | 0.89 | 0.00 | 31.73 | 0.99 | 0.55 |
| Hex | FE | 94 | 1D | 0 | 2A | 59 | 0 | 20 | 63 | 37 |
| Octal | 376 | 224 | 35 | 0 | 52 | 131 | 0 | 40 | 143 | 67 |
| Binary | 11111110 | 10010100 | 11101 | 0 | 101010 | 1011001 | 0 | 100000 | 1100011 | 110111 |
Color Harmonies of #FE941D
Complementary color
Monochromatic Colors of #FE941D
Black with #FE941D
Text Example
Text Example
White with #FE941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE941D; }
p { color: rgb(254,148,29); }
H1.HeaderClassName
{
color: #FE941D;
}
.AnyTagClassName
{
color: #FE941D;
}
</style>
background-color css
<style>
a { background-color: #FE941D; }
a { background-color: rgb(254,148,29); }
div.DivClassName
{
background-color: #FE941D;
}
.BgClassName
{
background-color: #FE941D;
}
</style>
border-color css
<style>
span { border-color: #FE941D; }
span { border-color: rgb(254,148,29); }
td.TdClassName
{
border-color: #FE941D;
}
.TagClassName
{
border-color: #FE941D;
}
</style>