Shades of Carrot Orange #FE9416
Tints of Carrot Orange #FE9416
RGB
CMYK
RGB Variations
Color information
#FE9416 (or 0xFE9416) is known color: Carrot Orange. HEX triplet: FE, 94 and 16. RGB value is (254,148,22). Sum of RGB (Red+Green+Blue) = 254+148+22=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9416 is #016BE9. Grayscale: #A5A5A5. Windows color (decimal): -93162 or 1479934. OLE color: 1479934.
HSL color Cylindrical-coordinate representation of color #FE9416: hue angle of 32.59º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE9416 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 22 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.00 |
| HSL | 32.59º | 0.99% | 0.54% | - |
| HSV(B) | 32.59º | 0.91% | 1% | - |
| XYZ | 51.61 | 42.31 | 6.21 | - |
| YUV | 165.33 | 47.12 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 22 | 0 | 0.42 | 0.91 | 0.00 | 32.59 | 0.99 | 0.54 |
| Hex | FE | 94 | 16 | 0 | 2A | 5B | 0 | 21 | 63 | 36 |
| Octal | 376 | 224 | 26 | 0 | 52 | 133 | 0 | 41 | 143 | 66 |
| Binary | 11111110 | 10010100 | 10110 | 0 | 101010 | 1011011 | 0 | 100001 | 1100011 | 110110 |
Color Harmonies of #FE9416
Complementary color
Monochromatic Colors of #FE9416
Black with #FE9416
Text Example
Text Example
White with #FE9416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9416; }
p { color: rgb(254,148,22); }
H1.HeaderClassName
{
color: #FE9416;
}
.AnyTagClassName
{
color: #FE9416;
}
</style>
background-color css
<style>
a { background-color: #FE9416; }
a { background-color: rgb(254,148,22); }
div.DivClassName
{
background-color: #FE9416;
}
.BgClassName
{
background-color: #FE9416;
}
</style>
border-color css
<style>
span { border-color: #FE9416; }
span { border-color: rgb(254,148,22); }
td.TdClassName
{
border-color: #FE9416;
}
.TagClassName
{
border-color: #FE9416;
}
</style>