Shades of Carrot Orange #FE8C16
Tints of Carrot Orange #FE8C16
RGB
CMYK
RGB Variations
Color information
#FE8C16 (or 0xFE8C16) is known color: Carrot Orange. HEX triplet: FE, 8C and 16. RGB value is (254,140,22). Sum of RGB (Red+Green+Blue) = 254+140+22=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8C16 is #0173E9. Grayscale: #A1A1A1. Windows color (decimal): -95210 or 1477886. OLE color: 1477886.
HSL color Cylindrical-coordinate representation of color #FE8C16: hue angle of 30.52º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE8C16 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 22 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.00 |
| HSL | 30.52º | 0.99% | 0.54% | - |
| HSV(B) | 30.52º | 0.91% | 1% | - |
| XYZ | 50.4 | 39.88 | 5.8 | - |
| YUV | 160.63 | 49.77 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 22 | 0 | 0.45 | 0.91 | 0.00 | 30.52 | 0.99 | 0.54 |
| Hex | FE | 8C | 16 | 0 | 2D | 5B | 0 | 1F | 63 | 36 |
| Octal | 376 | 214 | 26 | 0 | 55 | 133 | 0 | 37 | 143 | 66 |
| Binary | 11111110 | 10001100 | 10110 | 0 | 101101 | 1011011 | 0 | 11111 | 1100011 | 110110 |
Color Harmonies of #FE8C16
Complementary color
Monochromatic Colors of #FE8C16
Black with #FE8C16
Text Example
Text Example
White with #FE8C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C16; }
p { color: rgb(254,140,22); }
H1.HeaderClassName
{
color: #FE8C16;
}
.AnyTagClassName
{
color: #FE8C16;
}
</style>
background-color css
<style>
a { background-color: #FE8C16; }
a { background-color: rgb(254,140,22); }
div.DivClassName
{
background-color: #FE8C16;
}
.BgClassName
{
background-color: #FE8C16;
}
</style>
border-color css
<style>
span { border-color: #FE8C16; }
span { border-color: rgb(254,140,22); }
td.TdClassName
{
border-color: #FE8C16;
}
.TagClassName
{
border-color: #FE8C16;
}
</style>