Shades of Carrot Orange #FE8F15
Tints of Carrot Orange #FE8F15
RGB
CMYK
RGB Variations
Color information
#FE8F15 (or 0xFE8F15) is known color: Carrot Orange. HEX triplet: FE, 8F and 15. RGB value is (254,143,21). Sum of RGB (Red+Green+Blue) = 254+143+21=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8F15 is #0170EA. Grayscale: #A2A2A2. Windows color (decimal): -94443 or 1413118. OLE color: 1413118.
HSL color Cylindrical-coordinate representation of color #FE8F15: hue angle of 31.42º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE8F15 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 21 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.00 |
| HSL | 31.42º | 0.99% | 0.54% | - |
| HSV(B) | 31.42º | 0.92% | 1% | - |
| XYZ | 50.83 | 40.77 | 5.9 | - |
| YUV | 162.28 | 48.27 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 21 | 0 | 0.44 | 0.92 | 0.00 | 31.42 | 0.99 | 0.54 |
| Hex | FE | 8F | 15 | 0 | 2C | 5C | 0 | 1F | 63 | 36 |
| Octal | 376 | 217 | 25 | 0 | 54 | 134 | 0 | 37 | 143 | 66 |
| Binary | 11111110 | 10001111 | 10101 | 0 | 101100 | 1011100 | 0 | 11111 | 1100011 | 110110 |
Color Harmonies of #FE8F15
Complementary color
Monochromatic Colors of #FE8F15
Black with #FE8F15
Text Example
Text Example
White with #FE8F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F15; }
p { color: rgb(254,143,21); }
H1.HeaderClassName
{
color: #FE8F15;
}
.AnyTagClassName
{
color: #FE8F15;
}
</style>
background-color css
<style>
a { background-color: #FE8F15; }
a { background-color: rgb(254,143,21); }
div.DivClassName
{
background-color: #FE8F15;
}
.BgClassName
{
background-color: #FE8F15;
}
</style>
border-color css
<style>
span { border-color: #FE8F15; }
span { border-color: rgb(254,143,21); }
td.TdClassName
{
border-color: #FE8F15;
}
.TagClassName
{
border-color: #FE8F15;
}
</style>