Shades of Carrot Orange #FE921E
Tints of Carrot Orange #FE921E
RGB
CMYK
RGB Variations
Color information
#FE921E (or 0xFE921E) is known color: Carrot Orange. HEX triplet: FE, 92 and 1E. RGB value is (254,146,30). Sum of RGB (Red+Green+Blue) = 254+146+30=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE921E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE921E is #016DE1. Grayscale: #A5A5A5. Windows color (decimal): -93666 or 2003710. OLE color: 2003710.
HSL color Cylindrical-coordinate representation of color #FE921E: hue angle of 31.07º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE921E is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 30 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.00 |
| HSL | 31.07º | 0.99% | 0.56% | - |
| HSV(B) | 31.07º | 0.88% | 1% | - |
| XYZ | 51.39 | 41.72 | 6.57 | - |
| YUV | 165.07 | 51.78 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 30 | 0 | 0.43 | 0.88 | 0.00 | 31.07 | 0.99 | 0.56 |
| Hex | FE | 92 | 1E | 0 | 2B | 58 | 0 | 1F | 63 | 38 |
| Octal | 376 | 222 | 36 | 0 | 53 | 130 | 0 | 37 | 143 | 70 |
| Binary | 11111110 | 10010010 | 11110 | 0 | 101011 | 1011000 | 0 | 11111 | 1100011 | 111000 |
Color Harmonies of #FE921E
Complementary color
Monochromatic Colors of #FE921E
Black with #FE921E
Text Example
Text Example
White with #FE921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE921E; }
p { color: rgb(254,146,30); }
H1.HeaderClassName
{
color: #FE921E;
}
.AnyTagClassName
{
color: #FE921E;
}
</style>
background-color css
<style>
a { background-color: #FE921E; }
a { background-color: rgb(254,146,30); }
div.DivClassName
{
background-color: #FE921E;
}
.BgClassName
{
background-color: #FE921E;
}
</style>
border-color css
<style>
span { border-color: #FE921E; }
span { border-color: rgb(254,146,30); }
td.TdClassName
{
border-color: #FE921E;
}
.TagClassName
{
border-color: #FE921E;
}
</style>