Shades of Carrot Orange #FE9215
Tints of Carrot Orange #FE9215
RGB
CMYK
RGB Variations
Color information
#FE9215 (or 0xFE9215) is known color: Carrot Orange. HEX triplet: FE, 92 and 15. RGB value is (254,146,21). Sum of RGB (Red+Green+Blue) = 254+146+21=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9215 is #016DEA. Grayscale: #A4A4A4. Windows color (decimal): -93675 or 1413886. OLE color: 1413886.
HSL color Cylindrical-coordinate representation of color #FE9215: hue angle of 32.19º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE9215 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 21 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.00 |
| HSL | 32.19º | 0.99% | 0.54% | - |
| HSV(B) | 32.19º | 0.92% | 1% | - |
| XYZ | 51.29 | 41.68 | 6.05 | - |
| YUV | 164.04 | 47.28 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 21 | 0 | 0.43 | 0.92 | 0.00 | 32.19 | 0.99 | 0.54 |
| Hex | FE | 92 | 15 | 0 | 2B | 5C | 0 | 20 | 63 | 36 |
| Octal | 376 | 222 | 25 | 0 | 53 | 134 | 0 | 40 | 143 | 66 |
| Binary | 11111110 | 10010010 | 10101 | 0 | 101011 | 1011100 | 0 | 100000 | 1100011 | 110110 |
Color Harmonies of #FE9215
Complementary color
Monochromatic Colors of #FE9215
Black with #FE9215
Text Example
Text Example
White with #FE9215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9215; }
p { color: rgb(254,146,21); }
H1.HeaderClassName
{
color: #FE9215;
}
.AnyTagClassName
{
color: #FE9215;
}
</style>
background-color css
<style>
a { background-color: #FE9215; }
a { background-color: rgb(254,146,21); }
div.DivClassName
{
background-color: #FE9215;
}
.BgClassName
{
background-color: #FE9215;
}
</style>
border-color css
<style>
span { border-color: #FE9215; }
span { border-color: rgb(254,146,21); }
td.TdClassName
{
border-color: #FE9215;
}
.TagClassName
{
border-color: #FE9215;
}
</style>