Shades of Carrot Orange #FE941A
Tints of Carrot Orange #FE941A
RGB
CMYK
RGB Variations
Color information
#FE941A (or 0xFE941A) is known color: Carrot Orange. HEX triplet: FE, 94 and 1A. RGB value is (254,148,26). Sum of RGB (Red+Green+Blue) = 254+148+26=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE941A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE941A is #016BE5. Grayscale: #A6A6A6. Windows color (decimal): -93158 or 1742078. OLE color: 1742078.
HSL color Cylindrical-coordinate representation of color #FE941A: hue angle of 32.11º 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 #FE941A is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 26 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.00 |
| HSL | 32.11º | 0.99% | 0.55% | - |
| HSV(B) | 32.11º | 0.9% | 1% | - |
| XYZ | 51.65 | 42.33 | 6.42 | - |
| YUV | 165.79 | 49.12 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 26 | 0 | 0.42 | 0.90 | 0.00 | 32.11 | 0.99 | 0.55 |
| Hex | FE | 94 | 1A | 0 | 2A | 5A | 0 | 20 | 63 | 37 |
| Octal | 376 | 224 | 32 | 0 | 52 | 132 | 0 | 40 | 143 | 67 |
| Binary | 11111110 | 10010100 | 11010 | 0 | 101010 | 1011010 | 0 | 100000 | 1100011 | 110111 |
Color Harmonies of #FE941A
Complementary color
Monochromatic Colors of #FE941A
Black with #FE941A
Text Example
Text Example
White with #FE941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE941A; }
p { color: rgb(254,148,26); }
H1.HeaderClassName
{
color: #FE941A;
}
.AnyTagClassName
{
color: #FE941A;
}
</style>
background-color css
<style>
a { background-color: #FE941A; }
a { background-color: rgb(254,148,26); }
div.DivClassName
{
background-color: #FE941A;
}
.BgClassName
{
background-color: #FE941A;
}
</style>
border-color css
<style>
span { border-color: #FE941A; }
span { border-color: rgb(254,148,26); }
td.TdClassName
{
border-color: #FE941A;
}
.TagClassName
{
border-color: #FE941A;
}
</style>