Shades of Carrot Orange #FE8D1A
Tints of Carrot Orange #FE8D1A
RGB
CMYK
RGB Variations
Color information
#FE8D1A (or 0xFE8D1A) is known color: Carrot Orange. HEX triplet: FE, 8D and 1A. RGB value is (254,141,26). Sum of RGB (Red+Green+Blue) = 254+141+26=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 26 (10.55% from 255 or 6.18% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8D1A is #0172E5. Grayscale: #A2A2A2. Windows color (decimal): -94950 or 1740286. OLE color: 1740286.
HSL color Cylindrical-coordinate representation of color #FE8D1A: hue angle of 30.26º 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 #FE8D1A is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 26 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.00 |
| HSL | 30.26º | 0.99% | 0.55% | - |
| HSV(B) | 30.26º | 0.9% | 1% | - |
| XYZ | 50.58 | 40.2 | 6.07 | - |
| YUV | 161.68 | 51.44 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 26 | 0 | 0.44 | 0.90 | 0.00 | 30.26 | 0.99 | 0.55 |
| Hex | FE | 8D | 1A | 0 | 2C | 5A | 0 | 1E | 63 | 37 |
| Octal | 376 | 215 | 32 | 0 | 54 | 132 | 0 | 36 | 143 | 67 |
| Binary | 11111110 | 10001101 | 11010 | 0 | 101100 | 1011010 | 0 | 11110 | 1100011 | 110111 |
Color Harmonies of #FE8D1A
Complementary color
Monochromatic Colors of #FE8D1A
Black with #FE8D1A
Text Example
Text Example
White with #FE8D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D1A; }
p { color: rgb(254,141,26); }
H1.HeaderClassName
{
color: #FE8D1A;
}
.AnyTagClassName
{
color: #FE8D1A;
}
</style>
background-color css
<style>
a { background-color: #FE8D1A; }
a { background-color: rgb(254,141,26); }
div.DivClassName
{
background-color: #FE8D1A;
}
.BgClassName
{
background-color: #FE8D1A;
}
</style>
border-color css
<style>
span { border-color: #FE8D1A; }
span { border-color: rgb(254,141,26); }
td.TdClassName
{
border-color: #FE8D1A;
}
.TagClassName
{
border-color: #FE8D1A;
}
</style>