Shades of Carrot Orange #FE9218
Tints of Carrot Orange #FE9218
RGB
CMYK
RGB Variations
Color information
#FE9218 (or 0xFE9218) is known color: Carrot Orange. HEX triplet: FE, 92 and 18. RGB value is (254,146,24). Sum of RGB (Red+Green+Blue) = 254+146+24=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9218 is #016DE7. Grayscale: #A4A4A4. Windows color (decimal): -93672 or 1610494. OLE color: 1610494.
HSL color Cylindrical-coordinate representation of color #FE9218: hue angle of 31.83º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE9218 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 24 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.00 |
| HSL | 31.83º | 0.99% | 0.55% | - |
| HSV(B) | 31.83º | 0.91% | 1% | - |
| XYZ | 51.32 | 41.69 | 6.21 | - |
| YUV | 164.38 | 48.78 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 24 | 0 | 0.43 | 0.91 | 0.00 | 31.83 | 0.99 | 0.55 |
| Hex | FE | 92 | 18 | 0 | 2B | 5B | 0 | 20 | 63 | 37 |
| Octal | 376 | 222 | 30 | 0 | 53 | 133 | 0 | 40 | 143 | 67 |
| Binary | 11111110 | 10010010 | 11000 | 0 | 101011 | 1011011 | 0 | 100000 | 1100011 | 110111 |
Color Harmonies of #FE9218
Complementary color
Monochromatic Colors of #FE9218
Black with #FE9218
Text Example
Text Example
White with #FE9218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9218; }
p { color: rgb(254,146,24); }
H1.HeaderClassName
{
color: #FE9218;
}
.AnyTagClassName
{
color: #FE9218;
}
</style>
background-color css
<style>
a { background-color: #FE9218; }
a { background-color: rgb(254,146,24); }
div.DivClassName
{
background-color: #FE9218;
}
.BgClassName
{
background-color: #FE9218;
}
</style>
border-color css
<style>
span { border-color: #FE9218; }
span { border-color: rgb(254,146,24); }
td.TdClassName
{
border-color: #FE9218;
}
.TagClassName
{
border-color: #FE9218;
}
</style>