Shades of Carrot Orange #FE8D1C
Tints of Carrot Orange #FE8D1C
RGB
CMYK
RGB Variations
Color information
#FE8D1C (or 0xFE8D1C) is known color: Carrot Orange. HEX triplet: FE, 8D and 1C. RGB value is (254,141,28). Sum of RGB (Red+Green+Blue) = 254+141+28=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8D1C is #0172E3. Grayscale: #A2A2A2. Windows color (decimal): -94948 or 1871358. OLE color: 1871358.
HSL color Cylindrical-coordinate representation of color #FE8D1C: hue angle of 30º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE8D1C is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 28 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.00 |
| HSL | 30º | 0.99% | 0.55% | - |
| HSV(B) | 30º | 0.89% | 1% | - |
| XYZ | 50.61 | 40.2 | 6.19 | - |
| YUV | 161.91 | 52.44 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 28 | 0 | 0.44 | 0.89 | 0.00 | 30 | 0.99 | 0.55 |
| Hex | FE | 8D | 1C | 0 | 2C | 59 | 0 | 1E | 63 | 37 |
| Octal | 376 | 215 | 34 | 0 | 54 | 131 | 0 | 36 | 143 | 67 |
| Binary | 11111110 | 10001101 | 11100 | 0 | 101100 | 1011001 | 0 | 11110 | 1100011 | 110111 |
Color Harmonies of #FE8D1C
Complementary color
Monochromatic Colors of #FE8D1C
Black with #FE8D1C
Text Example
Text Example
White with #FE8D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D1C; }
p { color: rgb(254,141,28); }
H1.HeaderClassName
{
color: #FE8D1C;
}
.AnyTagClassName
{
color: #FE8D1C;
}
</style>
background-color css
<style>
a { background-color: #FE8D1C; }
a { background-color: rgb(254,141,28); }
div.DivClassName
{
background-color: #FE8D1C;
}
.BgClassName
{
background-color: #FE8D1C;
}
</style>
border-color css
<style>
span { border-color: #FE8D1C; }
span { border-color: rgb(254,141,28); }
td.TdClassName
{
border-color: #FE8D1C;
}
.TagClassName
{
border-color: #FE8D1C;
}
</style>