Shades of Carrot Orange #FF8D23
Tints of Carrot Orange #FF8D23
RGB
CMYK
RGB Variations
Color information
#FF8D23 (or 0xFF8D23) is known color: Carrot Orange. HEX triplet: FF, 8D and 23. RGB value is (255,141,35). Sum of RGB (Red+Green+Blue) = 255+141+35=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 35 (14.06% from 255 or 8.12% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D23 is #0072DC. Grayscale: #A3A3A3. Windows color (decimal): -29405 or 2330111. OLE color: 2330111.
HSL color Cylindrical-coordinate representation of color #FF8D23: hue angle of 28.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF8D23 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 35 | - |
| CMYK | 0 | 0.45 | 0.86 | 0 |
| HSL | 28.91º | 1% | 0.57% | - |
| HSV(B) | 28.91º | 0.86% | 1% | - |
| XYZ | 51.07 | 40.43 | 6.7 | - |
| YUV | 163 | 55.77 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 35 | 0 | 0.45 | 0.86 | 0 | 28.91 | 1 | 0.57 |
| Hex | FF | 8D | 23 | 0 | 2D | 56 | 0 | 1D | 64 | 39 |
| Octal | 377 | 215 | 43 | 0 | 55 | 126 | 0 | 35 | 144 | 71 |
| Binary | 11111111 | 10001101 | 100011 | 0 | 101101 | 1010110 | 0 | 11101 | 1100100 | 111001 |
Color Harmonies of #FF8D23
Complementary color
Monochromatic Colors of #FF8D23
Black with #FF8D23
Text Example
Text Example
White with #FF8D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D23; }
p { color: rgb(255,141,35); }
H1.HeaderClassName
{
color: #FF8D23;
}
.AnyTagClassName
{
color: #FF8D23;
}
</style>
background-color css
<style>
a { background-color: #FF8D23; }
a { background-color: rgb(255,141,35); }
div.DivClassName
{
background-color: #FF8D23;
}
.BgClassName
{
background-color: #FF8D23;
}
</style>
border-color css
<style>
span { border-color: #FF8D23; }
span { border-color: rgb(255,141,35); }
td.TdClassName
{
border-color: #FF8D23;
}
.TagClassName
{
border-color: #FF8D23;
}
</style>