Shades of Carrot Orange #FF8E1D
Tints of Carrot Orange #FF8E1D
RGB
CMYK
RGB Variations
Color information
#FF8E1D (or 0xFF8E1D) is known color: Carrot Orange. HEX triplet: FF, 8E and 1D. RGB value is (255,142,29). Sum of RGB (Red+Green+Blue) = 255+142+29=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8E1D is #0071E2. Grayscale: #A3A3A3. Windows color (decimal): -29155 or 1937151. OLE color: 1937151.
HSL color Cylindrical-coordinate representation of color #FF8E1D: hue angle of 30º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF8E1D is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 29 | - |
| CMYK | 0 | 0.44 | 0.89 | 0 |
| HSL | 30º | 1% | 0.56% | - |
| HSV(B) | 30º | 0.89% | 1% | - |
| XYZ | 51.13 | 40.69 | 6.32 | - |
| YUV | 162.91 | 52.44 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 29 | 0 | 0.44 | 0.89 | 0 | 30 | 1 | 0.56 |
| Hex | FF | 8E | 1D | 0 | 2C | 59 | 0 | 1E | 64 | 38 |
| Octal | 377 | 216 | 35 | 0 | 54 | 131 | 0 | 36 | 144 | 70 |
| Binary | 11111111 | 10001110 | 11101 | 0 | 101100 | 1011001 | 0 | 11110 | 1100100 | 111000 |
Color Harmonies of #FF8E1D
Complementary color
Monochromatic Colors of #FF8E1D
Black with #FF8E1D
Text Example
Text Example
White with #FF8E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E1D; }
p { color: rgb(255,142,29); }
H1.HeaderClassName
{
color: #FF8E1D;
}
.AnyTagClassName
{
color: #FF8E1D;
}
</style>
background-color css
<style>
a { background-color: #FF8E1D; }
a { background-color: rgb(255,142,29); }
div.DivClassName
{
background-color: #FF8E1D;
}
.BgClassName
{
background-color: #FF8E1D;
}
</style>
border-color css
<style>
span { border-color: #FF8E1D; }
span { border-color: rgb(255,142,29); }
td.TdClassName
{
border-color: #FF8E1D;
}
.TagClassName
{
border-color: #FF8E1D;
}
</style>