Shades of Carrot Orange #FE8C23
Tints of Carrot Orange #FE8C23
RGB
CMYK
RGB Variations
Color information
#FE8C23 (or 0xFE8C23) is known color: Carrot Orange. HEX triplet: FE, 8C and 23. RGB value is (254,140,35). Sum of RGB (Red+Green+Blue) = 254+140+35=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 35 (14.06% from 255 or 8.16% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C23 is #0173DC. Grayscale: #A2A2A2. Windows color (decimal): -95197 or 2329854. OLE color: 2329854.
HSL color Cylindrical-coordinate representation of color #FE8C23: hue angle of 28.77º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE8C23 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 35 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.00 |
| HSL | 28.77º | 0.99% | 0.57% | - |
| HSV(B) | 28.77º | 0.86% | 1% | - |
| XYZ | 50.55 | 39.95 | 6.64 | - |
| YUV | 162.12 | 56.27 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 35 | 0 | 0.45 | 0.86 | 0.00 | 28.77 | 0.99 | 0.57 |
| Hex | FE | 8C | 23 | 0 | 2D | 56 | 0 | 1D | 63 | 39 |
| Octal | 376 | 214 | 43 | 0 | 55 | 126 | 0 | 35 | 143 | 71 |
| Binary | 11111110 | 10001100 | 100011 | 0 | 101101 | 1010110 | 0 | 11101 | 1100011 | 111001 |
Color Harmonies of #FE8C23
Complementary color
Monochromatic Colors of #FE8C23
Black with #FE8C23
Text Example
Text Example
White with #FE8C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C23; }
p { color: rgb(254,140,35); }
H1.HeaderClassName
{
color: #FE8C23;
}
.AnyTagClassName
{
color: #FE8C23;
}
</style>
background-color css
<style>
a { background-color: #FE8C23; }
a { background-color: rgb(254,140,35); }
div.DivClassName
{
background-color: #FE8C23;
}
.BgClassName
{
background-color: #FE8C23;
}
</style>
border-color css
<style>
span { border-color: #FE8C23; }
span { border-color: rgb(254,140,35); }
td.TdClassName
{
border-color: #FE8C23;
}
.TagClassName
{
border-color: #FE8C23;
}
</style>