Shades of Carrot Orange #FF8F16
Tints of Carrot Orange #FF8F16
RGB
CMYK
RGB Variations
Color information
#FF8F16 (or 0xFF8F16) is known color: Carrot Orange. HEX triplet: FF, 8F and 16. RGB value is (255,143,22). Sum of RGB (Red+Green+Blue) = 255+143+22=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F16 is #0070E9. Grayscale: #A3A3A3. Windows color (decimal): -28906 or 1478655. OLE color: 1478655.
HSL color Cylindrical-coordinate representation of color #FF8F16: hue angle of 31.16º 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 #FF8F16 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 22 | - |
| CMYK | 0 | 0.44 | 0.91 | 0 |
| HSL | 31.16º | 1% | 0.54% | - |
| HSV(B) | 31.16º | 0.91% | 1% | - |
| XYZ | 51.21 | 40.96 | 5.97 | - |
| YUV | 162.69 | 48.61 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 22 | 0 | 0.44 | 0.91 | 0 | 31.16 | 1 | 0.54 |
| Hex | FF | 8F | 16 | 0 | 2C | 5B | 0 | 1F | 64 | 36 |
| Octal | 377 | 217 | 26 | 0 | 54 | 133 | 0 | 37 | 144 | 66 |
| Binary | 11111111 | 10001111 | 10110 | 0 | 101100 | 1011011 | 0 | 11111 | 1100100 | 110110 |
Color Harmonies of #FF8F16
Complementary color
Monochromatic Colors of #FF8F16
Black with #FF8F16
Text Example
Text Example
White with #FF8F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F16; }
p { color: rgb(255,143,22); }
H1.HeaderClassName
{
color: #FF8F16;
}
.AnyTagClassName
{
color: #FF8F16;
}
</style>
background-color css
<style>
a { background-color: #FF8F16; }
a { background-color: rgb(255,143,22); }
div.DivClassName
{
background-color: #FF8F16;
}
.BgClassName
{
background-color: #FF8F16;
}
</style>
border-color css
<style>
span { border-color: #FF8F16; }
span { border-color: rgb(255,143,22); }
td.TdClassName
{
border-color: #FF8F16;
}
.TagClassName
{
border-color: #FF8F16;
}
</style>