Shades of Carrot Orange #FF8D18
Tints of Carrot Orange #FF8D18
RGB
CMYK
RGB Variations
Color information
#FF8D18 (or 0xFF8D18) is known color: Carrot Orange. HEX triplet: FF, 8D and 18. RGB value is (255,141,24). Sum of RGB (Red+Green+Blue) = 255+141+24=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8D18 is #0072E7. Grayscale: #A2A2A2. Windows color (decimal): -29416 or 1609215. OLE color: 1609215.
HSL color Cylindrical-coordinate representation of color #FF8D18: hue angle of 30.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF8D18 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 24 | - |
| CMYK | 0 | 0.45 | 0.91 | 0 |
| HSL | 30.39º | 1% | 0.55% | - |
| HSV(B) | 30.39º | 0.91% | 1% | - |
| XYZ | 50.93 | 40.38 | 5.97 | - |
| YUV | 161.75 | 50.27 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 24 | 0 | 0.45 | 0.91 | 0 | 30.39 | 1 | 0.55 |
| Hex | FF | 8D | 18 | 0 | 2D | 5B | 0 | 1E | 64 | 37 |
| Octal | 377 | 215 | 30 | 0 | 55 | 133 | 0 | 36 | 144 | 67 |
| Binary | 11111111 | 10001101 | 11000 | 0 | 101101 | 1011011 | 0 | 11110 | 1100100 | 110111 |
Color Harmonies of #FF8D18
Complementary color
Monochromatic Colors of #FF8D18
Black with #FF8D18
Text Example
Text Example
White with #FF8D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D18; }
p { color: rgb(255,141,24); }
H1.HeaderClassName
{
color: #FF8D18;
}
.AnyTagClassName
{
color: #FF8D18;
}
</style>
background-color css
<style>
a { background-color: #FF8D18; }
a { background-color: rgb(255,141,24); }
div.DivClassName
{
background-color: #FF8D18;
}
.BgClassName
{
background-color: #FF8D18;
}
</style>
border-color css
<style>
span { border-color: #FF8D18; }
span { border-color: rgb(255,141,24); }
td.TdClassName
{
border-color: #FF8D18;
}
.TagClassName
{
border-color: #FF8D18;
}
</style>