Shades of Carrot Orange #FE8C18
Tints of Carrot Orange #FE8C18
RGB
CMYK
RGB Variations
Color information
#FE8C18 (or 0xFE8C18) is known color: Carrot Orange. HEX triplet: FE, 8C and 18. RGB value is (254,140,24). Sum of RGB (Red+Green+Blue) = 254+140+24=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8C18 is #0173E7. Grayscale: #A1A1A1. Windows color (decimal): -95208 or 1608958. OLE color: 1608958.
HSL color Cylindrical-coordinate representation of color #FE8C18: hue angle of 30.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE8C18 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 24 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.00 |
| HSL | 30.26º | 0.99% | 0.55% | - |
| HSV(B) | 30.26º | 0.91% | 1% | - |
| XYZ | 50.42 | 39.89 | 5.91 | - |
| YUV | 160.86 | 50.77 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 24 | 0 | 0.45 | 0.91 | 0.00 | 30.26 | 0.99 | 0.55 |
| Hex | FE | 8C | 18 | 0 | 2D | 5B | 0 | 1E | 63 | 37 |
| Octal | 376 | 214 | 30 | 0 | 55 | 133 | 0 | 36 | 143 | 67 |
| Binary | 11111110 | 10001100 | 11000 | 0 | 101101 | 1011011 | 0 | 11110 | 1100011 | 110111 |
Color Harmonies of #FE8C18
Complementary color
Monochromatic Colors of #FE8C18
Black with #FE8C18
Text Example
Text Example
White with #FE8C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C18; }
p { color: rgb(254,140,24); }
H1.HeaderClassName
{
color: #FE8C18;
}
.AnyTagClassName
{
color: #FE8C18;
}
</style>
background-color css
<style>
a { background-color: #FE8C18; }
a { background-color: rgb(254,140,24); }
div.DivClassName
{
background-color: #FE8C18;
}
.BgClassName
{
background-color: #FE8C18;
}
</style>
border-color css
<style>
span { border-color: #FE8C18; }
span { border-color: rgb(254,140,24); }
td.TdClassName
{
border-color: #FE8C18;
}
.TagClassName
{
border-color: #FE8C18;
}
</style>