Shades of Carrot Orange #FE941C
Tints of Carrot Orange #FE941C
RGB
CMYK
RGB Variations
Color information
#FE941C (or 0xFE941C) is known color: Carrot Orange. HEX triplet: FE, 94 and 1C. RGB value is (254,148,28). Sum of RGB (Red+Green+Blue) = 254+148+28=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE941C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE941C is #016BE3. Grayscale: #A6A6A6. Windows color (decimal): -93156 or 1873150. OLE color: 1873150.
HSL color Cylindrical-coordinate representation of color #FE941C: hue angle of 31.86º 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 #FE941C is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 28 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.00 |
| HSL | 31.86º | 0.99% | 0.55% | - |
| HSV(B) | 31.86º | 0.89% | 1% | - |
| XYZ | 51.67 | 42.33 | 6.55 | - |
| YUV | 166.01 | 50.12 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 28 | 0 | 0.42 | 0.89 | 0.00 | 31.86 | 0.99 | 0.55 |
| Hex | FE | 94 | 1C | 0 | 2A | 59 | 0 | 20 | 63 | 37 |
| Octal | 376 | 224 | 34 | 0 | 52 | 131 | 0 | 40 | 143 | 67 |
| Binary | 11111110 | 10010100 | 11100 | 0 | 101010 | 1011001 | 0 | 100000 | 1100011 | 110111 |
Color Harmonies of #FE941C
Complementary color
Monochromatic Colors of #FE941C
Black with #FE941C
Text Example
Text Example
White with #FE941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE941C; }
p { color: rgb(254,148,28); }
H1.HeaderClassName
{
color: #FE941C;
}
.AnyTagClassName
{
color: #FE941C;
}
</style>
background-color css
<style>
a { background-color: #FE941C; }
a { background-color: rgb(254,148,28); }
div.DivClassName
{
background-color: #FE941C;
}
.BgClassName
{
background-color: #FE941C;
}
</style>
border-color css
<style>
span { border-color: #FE941C; }
span { border-color: rgb(254,148,28); }
td.TdClassName
{
border-color: #FE941C;
}
.TagClassName
{
border-color: #FE941C;
}
</style>