Shades of Carrot Orange #FE8C1A
Tints of Carrot Orange #FE8C1A
RGB
CMYK
RGB Variations
Color information
#FE8C1A (or 0xFE8C1A) is known color: Carrot Orange. HEX triplet: FE, 8C and 1A. RGB value is (254,140,26). Sum of RGB (Red+Green+Blue) = 254+140+26=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C1A is #0173E5. Grayscale: #A1A1A1. Windows color (decimal): -95206 or 1740030. OLE color: 1740030.
HSL color Cylindrical-coordinate representation of color #FE8C1A: hue angle of 30º 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 #FE8C1A is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 26 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.00 |
| HSL | 30º | 0.99% | 0.55% | - |
| HSV(B) | 30º | 0.9% | 1% | - |
| XYZ | 50.44 | 39.9 | 6.02 | - |
| YUV | 161.09 | 51.77 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 26 | 0 | 0.45 | 0.90 | 0.00 | 30 | 0.99 | 0.55 |
| Hex | FE | 8C | 1A | 0 | 2D | 5A | 0 | 1E | 63 | 37 |
| Octal | 376 | 214 | 32 | 0 | 55 | 132 | 0 | 36 | 143 | 67 |
| Binary | 11111110 | 10001100 | 11010 | 0 | 101101 | 1011010 | 0 | 11110 | 1100011 | 110111 |
Color Harmonies of #FE8C1A
Complementary color
Monochromatic Colors of #FE8C1A
Black with #FE8C1A
Text Example
Text Example
White with #FE8C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C1A; }
p { color: rgb(254,140,26); }
H1.HeaderClassName
{
color: #FE8C1A;
}
.AnyTagClassName
{
color: #FE8C1A;
}
</style>
background-color css
<style>
a { background-color: #FE8C1A; }
a { background-color: rgb(254,140,26); }
div.DivClassName
{
background-color: #FE8C1A;
}
.BgClassName
{
background-color: #FE8C1A;
}
</style>
border-color css
<style>
span { border-color: #FE8C1A; }
span { border-color: rgb(254,140,26); }
td.TdClassName
{
border-color: #FE8C1A;
}
.TagClassName
{
border-color: #FE8C1A;
}
</style>