Shades of Carrot Orange #FE9321
Tints of Carrot Orange #FE9321
RGB
CMYK
RGB Variations
Color information
#FE9321 (or 0xFE9321) is known color: Carrot Orange. HEX triplet: FE, 93 and 21. RGB value is (254,147,33). Sum of RGB (Red+Green+Blue) = 254+147+33=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9321 is #016CDE. Grayscale: #A6A6A6. Windows color (decimal): -93407 or 2200574. OLE color: 2200574.
HSL color Cylindrical-coordinate representation of color #FE9321: hue angle of 30.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE9321 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 33 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.00 |
| HSL | 30.95º | 0.99% | 0.56% | - |
| HSV(B) | 30.95º | 0.87% | 1% | - |
| XYZ | 51.58 | 42.05 | 6.84 | - |
| YUV | 166 | 52.95 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 33 | 0 | 0.42 | 0.87 | 0.00 | 30.95 | 0.99 | 0.56 |
| Hex | FE | 93 | 21 | 0 | 2A | 57 | 0 | 1F | 63 | 38 |
| Octal | 376 | 223 | 41 | 0 | 52 | 127 | 0 | 37 | 143 | 70 |
| Binary | 11111110 | 10010011 | 100001 | 0 | 101010 | 1010111 | 0 | 11111 | 1100011 | 111000 |
Color Harmonies of #FE9321
Complementary color
Monochromatic Colors of #FE9321
Black with #FE9321
Text Example
Text Example
White with #FE9321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9321; }
p { color: rgb(254,147,33); }
H1.HeaderClassName
{
color: #FE9321;
}
.AnyTagClassName
{
color: #FE9321;
}
</style>
background-color css
<style>
a { background-color: #FE9321; }
a { background-color: rgb(254,147,33); }
div.DivClassName
{
background-color: #FE9321;
}
.BgClassName
{
background-color: #FE9321;
}
</style>
border-color css
<style>
span { border-color: #FE9321; }
span { border-color: rgb(254,147,33); }
td.TdClassName
{
border-color: #FE9321;
}
.TagClassName
{
border-color: #FE9321;
}
</style>