Shades of Carrot Orange #FE921A
Tints of Carrot Orange #FE921A
RGB
CMYK
RGB Variations
Color information
#FE921A (or 0xFE921A) is known color: Carrot Orange. HEX triplet: FE, 92 and 1A. RGB value is (254,146,26). Sum of RGB (Red+Green+Blue) = 254+146+26=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE921A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE921A is #016DE5. Grayscale: #A5A5A5. Windows color (decimal): -93670 or 1741566. OLE color: 1741566.
HSL color Cylindrical-coordinate representation of color #FE921A: hue angle of 31.58º 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 #FE921A is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 26 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.00 |
| HSL | 31.58º | 0.99% | 0.55% | - |
| HSV(B) | 31.58º | 0.9% | 1% | - |
| XYZ | 51.34 | 41.7 | 6.32 | - |
| YUV | 164.61 | 49.78 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 26 | 0 | 0.43 | 0.90 | 0.00 | 31.58 | 0.99 | 0.55 |
| Hex | FE | 92 | 1A | 0 | 2B | 5A | 0 | 20 | 63 | 37 |
| Octal | 376 | 222 | 32 | 0 | 53 | 132 | 0 | 40 | 143 | 67 |
| Binary | 11111110 | 10010010 | 11010 | 0 | 101011 | 1011010 | 0 | 100000 | 1100011 | 110111 |
Color Harmonies of #FE921A
Complementary color
Monochromatic Colors of #FE921A
Black with #FE921A
Text Example
Text Example
White with #FE921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE921A; }
p { color: rgb(254,146,26); }
H1.HeaderClassName
{
color: #FE921A;
}
.AnyTagClassName
{
color: #FE921A;
}
</style>
background-color css
<style>
a { background-color: #FE921A; }
a { background-color: rgb(254,146,26); }
div.DivClassName
{
background-color: #FE921A;
}
.BgClassName
{
background-color: #FE921A;
}
</style>
border-color css
<style>
span { border-color: #FE921A; }
span { border-color: rgb(254,146,26); }
td.TdClassName
{
border-color: #FE921A;
}
.TagClassName
{
border-color: #FE921A;
}
</style>