Shades of Carrot Orange #FF8D16
Tints of Carrot Orange #FF8D16
RGB
CMYK
RGB Variations
Color information
#FF8D16 (or 0xFF8D16) is known color: Carrot Orange. HEX triplet: FF, 8D and 16. RGB value is (255,141,22). Sum of RGB (Red+Green+Blue) = 255+141+22=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8D16 is #0072E9. Grayscale: #A2A2A2. Windows color (decimal): -29418 or 1478143. OLE color: 1478143.
HSL color Cylindrical-coordinate representation of color #FF8D16: hue angle of 30.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF8D16 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 22 | - |
| CMYK | 0 | 0.45 | 0.91 | 0 |
| HSL | 30.64º | 1% | 0.54% | - |
| HSV(B) | 30.64º | 0.91% | 1% | - |
| XYZ | 50.91 | 40.37 | 5.87 | - |
| YUV | 161.52 | 49.27 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 22 | 0 | 0.45 | 0.91 | 0 | 30.64 | 1 | 0.54 |
| Hex | FF | 8D | 16 | 0 | 2D | 5B | 0 | 1F | 64 | 36 |
| Octal | 377 | 215 | 26 | 0 | 55 | 133 | 0 | 37 | 144 | 66 |
| Binary | 11111111 | 10001101 | 10110 | 0 | 101101 | 1011011 | 0 | 11111 | 1100100 | 110110 |
Color Harmonies of #FF8D16
Complementary color
Monochromatic Colors of #FF8D16
Black with #FF8D16
Text Example
Text Example
White with #FF8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D16; }
p { color: rgb(255,141,22); }
H1.HeaderClassName
{
color: #FF8D16;
}
.AnyTagClassName
{
color: #FF8D16;
}
</style>
background-color css
<style>
a { background-color: #FF8D16; }
a { background-color: rgb(255,141,22); }
div.DivClassName
{
background-color: #FF8D16;
}
.BgClassName
{
background-color: #FF8D16;
}
</style>
border-color css
<style>
span { border-color: #FF8D16; }
span { border-color: rgb(255,141,22); }
td.TdClassName
{
border-color: #FF8D16;
}
.TagClassName
{
border-color: #FF8D16;
}
</style>