Shades of Carrot Orange #FE8B1E
Tints of Carrot Orange #FE8B1E
RGB
CMYK
RGB Variations
Color information
#FE8B1E (or 0xFE8B1E) is known color: Carrot Orange. HEX triplet: FE, 8B and 1E. RGB value is (254,139,30). Sum of RGB (Red+Green+Blue) = 254+139+30=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8B1E is #0174E1. Grayscale: #A1A1A1. Windows color (decimal): -95458 or 2001918. OLE color: 2001918.
HSL color Cylindrical-coordinate representation of color #FE8B1E: hue angle of 29.2º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE8B1E is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 30 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.00 |
| HSL | 29.2º | 0.99% | 0.56% | - |
| HSV(B) | 29.2º | 0.88% | 1% | - |
| XYZ | 50.34 | 39.63 | 6.22 | - |
| YUV | 160.96 | 54.1 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 30 | 0 | 0.45 | 0.88 | 0.00 | 29.2 | 0.99 | 0.56 |
| Hex | FE | 8B | 1E | 0 | 2D | 58 | 0 | 1D | 63 | 38 |
| Octal | 376 | 213 | 36 | 0 | 55 | 130 | 0 | 35 | 143 | 70 |
| Binary | 11111110 | 10001011 | 11110 | 0 | 101101 | 1011000 | 0 | 11101 | 1100011 | 111000 |
Color Harmonies of #FE8B1E
Complementary color
Monochromatic Colors of #FE8B1E
Black with #FE8B1E
Text Example
Text Example
White with #FE8B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B1E; }
p { color: rgb(254,139,30); }
H1.HeaderClassName
{
color: #FE8B1E;
}
.AnyTagClassName
{
color: #FE8B1E;
}
</style>
background-color css
<style>
a { background-color: #FE8B1E; }
a { background-color: rgb(254,139,30); }
div.DivClassName
{
background-color: #FE8B1E;
}
.BgClassName
{
background-color: #FE8B1E;
}
</style>
border-color css
<style>
span { border-color: #FE8B1E; }
span { border-color: rgb(254,139,30); }
td.TdClassName
{
border-color: #FE8B1E;
}
.TagClassName
{
border-color: #FE8B1E;
}
</style>