Shades of Carrot Orange #FE8B19
Tints of Carrot Orange #FE8B19
RGB
CMYK
RGB Variations
Color information
#FE8B19 (or 0xFE8B19) is known color: Carrot Orange. HEX triplet: FE, 8B and 19. RGB value is (254,139,25). Sum of RGB (Red+Green+Blue) = 254+139+25=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8B19 is #0174E6. Grayscale: #A0A0A0. Windows color (decimal): -95463 or 1674238. OLE color: 1674238.
HSL color Cylindrical-coordinate representation of color #FE8B19: hue angle of 29.87º 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 #FE8B19 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 25 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.00 |
| HSL | 29.87º | 0.99% | 0.55% | - |
| HSV(B) | 29.87º | 0.9% | 1% | - |
| XYZ | 50.28 | 39.61 | 5.91 | - |
| YUV | 160.39 | 51.6 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 25 | 0 | 0.45 | 0.90 | 0.00 | 29.87 | 0.99 | 0.55 |
| Hex | FE | 8B | 19 | 0 | 2D | 5A | 0 | 1E | 63 | 37 |
| Octal | 376 | 213 | 31 | 0 | 55 | 132 | 0 | 36 | 143 | 67 |
| Binary | 11111110 | 10001011 | 11001 | 0 | 101101 | 1011010 | 0 | 11110 | 1100011 | 110111 |
Color Harmonies of #FE8B19
Complementary color
Monochromatic Colors of #FE8B19
Black with #FE8B19
Text Example
Text Example
White with #FE8B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B19; }
p { color: rgb(254,139,25); }
H1.HeaderClassName
{
color: #FE8B19;
}
.AnyTagClassName
{
color: #FE8B19;
}
</style>
background-color css
<style>
a { background-color: #FE8B19; }
a { background-color: rgb(254,139,25); }
div.DivClassName
{
background-color: #FE8B19;
}
.BgClassName
{
background-color: #FE8B19;
}
</style>
border-color css
<style>
span { border-color: #FE8B19; }
span { border-color: rgb(254,139,25); }
td.TdClassName
{
border-color: #FE8B19;
}
.TagClassName
{
border-color: #FE8B19;
}
</style>