Shades of Carrot Orange #FE9221
Tints of Carrot Orange #FE9221
RGB
CMYK
RGB Variations
Color information
#FE9221 (or 0xFE9221) is known color: Carrot Orange. HEX triplet: FE, 92 and 21. RGB value is (254,146,33). Sum of RGB (Red+Green+Blue) = 254+146+33=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9221 is #016DDE. Grayscale: #A5A5A5. Windows color (decimal): -93663 or 2200318. OLE color: 2200318.
HSL color Cylindrical-coordinate representation of color #FE9221: hue angle of 30.68º 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 #FE9221 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 33 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.00 |
| HSL | 30.68º | 0.99% | 0.56% | - |
| HSV(B) | 30.68º | 0.87% | 1% | - |
| XYZ | 51.43 | 41.74 | 6.78 | - |
| YUV | 165.41 | 53.28 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 33 | 0 | 0.43 | 0.87 | 0.00 | 30.68 | 0.99 | 0.56 |
| Hex | FE | 92 | 21 | 0 | 2B | 57 | 0 | 1F | 63 | 38 |
| Octal | 376 | 222 | 41 | 0 | 53 | 127 | 0 | 37 | 143 | 70 |
| Binary | 11111110 | 10010010 | 100001 | 0 | 101011 | 1010111 | 0 | 11111 | 1100011 | 111000 |
Color Harmonies of #FE9221
Complementary color
Monochromatic Colors of #FE9221
Black with #FE9221
Text Example
Text Example
White with #FE9221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9221; }
p { color: rgb(254,146,33); }
H1.HeaderClassName
{
color: #FE9221;
}
.AnyTagClassName
{
color: #FE9221;
}
</style>
background-color css
<style>
a { background-color: #FE9221; }
a { background-color: rgb(254,146,33); }
div.DivClassName
{
background-color: #FE9221;
}
.BgClassName
{
background-color: #FE9221;
}
</style>
border-color css
<style>
span { border-color: #FE9221; }
span { border-color: rgb(254,146,33); }
td.TdClassName
{
border-color: #FE9221;
}
.TagClassName
{
border-color: #FE9221;
}
</style>