Shades of Carrot Orange #FE9319
Tints of Carrot Orange #FE9319
RGB
CMYK
RGB Variations
Color information
#FE9319 (or 0xFE9319) is known color: Carrot Orange. HEX triplet: FE, 93 and 19. RGB value is (254,147,25). Sum of RGB (Red+Green+Blue) = 254+147+25=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9319 is #016CE6. Grayscale: #A5A5A5. Windows color (decimal): -93415 or 1676286. OLE color: 1676286.
HSL color Cylindrical-coordinate representation of color #FE9319: hue angle of 31.97º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE9319 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 25 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.00 |
| HSL | 31.97º | 0.99% | 0.55% | - |
| HSV(B) | 31.97º | 0.9% | 1% | - |
| XYZ | 51.48 | 42.01 | 6.31 | - |
| YUV | 165.09 | 48.95 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 25 | 0 | 0.42 | 0.90 | 0.00 | 31.97 | 0.99 | 0.55 |
| Hex | FE | 93 | 19 | 0 | 2A | 5A | 0 | 20 | 63 | 37 |
| Octal | 376 | 223 | 31 | 0 | 52 | 132 | 0 | 40 | 143 | 67 |
| Binary | 11111110 | 10010011 | 11001 | 0 | 101010 | 1011010 | 0 | 100000 | 1100011 | 110111 |
Color Harmonies of #FE9319
Complementary color
Monochromatic Colors of #FE9319
Black with #FE9319
Text Example
Text Example
White with #FE9319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9319; }
p { color: rgb(254,147,25); }
H1.HeaderClassName
{
color: #FE9319;
}
.AnyTagClassName
{
color: #FE9319;
}
</style>
background-color css
<style>
a { background-color: #FE9319; }
a { background-color: rgb(254,147,25); }
div.DivClassName
{
background-color: #FE9319;
}
.BgClassName
{
background-color: #FE9319;
}
</style>
border-color css
<style>
span { border-color: #FE9319; }
span { border-color: rgb(254,147,25); }
td.TdClassName
{
border-color: #FE9319;
}
.TagClassName
{
border-color: #FE9319;
}
</style>