Shades of Carrot Orange #FE931A
Tints of Carrot Orange #FE931A
RGB
CMYK
RGB Variations
Color information
#FE931A (or 0xFE931A) is known color: Carrot Orange. HEX triplet: FE, 93 and 1A. RGB value is (254,147,26). Sum of RGB (Red+Green+Blue) = 254+147+26=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 26 (10.55% from 255 or 6.09% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE931A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE931A is #016CE5. Grayscale: #A5A5A5. Windows color (decimal): -93414 or 1741822. OLE color: 1741822.
HSL color Cylindrical-coordinate representation of color #FE931A: hue angle of 31.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE931A is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 26 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.00 |
| HSL | 31.84º | 0.99% | 0.55% | - |
| HSV(B) | 31.84º | 0.9% | 1% | - |
| XYZ | 51.49 | 42.01 | 6.37 | - |
| YUV | 165.2 | 49.45 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 26 | 0 | 0.42 | 0.90 | 0.00 | 31.84 | 0.99 | 0.55 |
| Hex | FE | 93 | 1A | 0 | 2A | 5A | 0 | 20 | 63 | 37 |
| Octal | 376 | 223 | 32 | 0 | 52 | 132 | 0 | 40 | 143 | 67 |
| Binary | 11111110 | 10010011 | 11010 | 0 | 101010 | 1011010 | 0 | 100000 | 1100011 | 110111 |
Color Harmonies of #FE931A
Complementary color
Monochromatic Colors of #FE931A
Black with #FE931A
Text Example
Text Example
White with #FE931A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE931A; }
p { color: rgb(254,147,26); }
H1.HeaderClassName
{
color: #FE931A;
}
.AnyTagClassName
{
color: #FE931A;
}
</style>
background-color css
<style>
a { background-color: #FE931A; }
a { background-color: rgb(254,147,26); }
div.DivClassName
{
background-color: #FE931A;
}
.BgClassName
{
background-color: #FE931A;
}
</style>
border-color css
<style>
span { border-color: #FE931A; }
span { border-color: rgb(254,147,26); }
td.TdClassName
{
border-color: #FE931A;
}
.TagClassName
{
border-color: #FE931A;
}
</style>