Shades of Carrot Orange #FE8C19
Tints of Carrot Orange #FE8C19
RGB
CMYK
RGB Variations
Color information
#FE8C19 (or 0xFE8C19) is known color: Carrot Orange. HEX triplet: FE, 8C and 19. RGB value is (254,140,25). Sum of RGB (Red+Green+Blue) = 254+140+25=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8C19 is #0173E6. Grayscale: #A1A1A1. Windows color (decimal): -95207 or 1674494. OLE color: 1674494.
HSL color Cylindrical-coordinate representation of color #FE8C19: hue angle of 30.13º 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 #FE8C19 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 25 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.00 |
| HSL | 30.13º | 0.99% | 0.55% | - |
| HSV(B) | 30.13º | 0.9% | 1% | - |
| XYZ | 50.43 | 39.9 | 5.96 | - |
| YUV | 160.98 | 51.27 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 25 | 0 | 0.45 | 0.90 | 0.00 | 30.13 | 0.99 | 0.55 |
| Hex | FE | 8C | 19 | 0 | 2D | 5A | 0 | 1E | 63 | 37 |
| Octal | 376 | 214 | 31 | 0 | 55 | 132 | 0 | 36 | 143 | 67 |
| Binary | 11111110 | 10001100 | 11001 | 0 | 101101 | 1011010 | 0 | 11110 | 1100011 | 110111 |
Color Harmonies of #FE8C19
Complementary color
Monochromatic Colors of #FE8C19
Black with #FE8C19
Text Example
Text Example
White with #FE8C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C19; }
p { color: rgb(254,140,25); }
H1.HeaderClassName
{
color: #FE8C19;
}
.AnyTagClassName
{
color: #FE8C19;
}
</style>
background-color css
<style>
a { background-color: #FE8C19; }
a { background-color: rgb(254,140,25); }
div.DivClassName
{
background-color: #FE8C19;
}
.BgClassName
{
background-color: #FE8C19;
}
</style>
border-color css
<style>
span { border-color: #FE8C19; }
span { border-color: rgb(254,140,25); }
td.TdClassName
{
border-color: #FE8C19;
}
.TagClassName
{
border-color: #FE8C19;
}
</style>