Shades of Carrot Orange #F8861D
Tints of Carrot Orange #F8861D
RGB
CMYK
RGB Variations
Color information
#F8861D (or 0xF8861D) is known color: Carrot Orange. HEX triplet: F8, 86 and 1D. RGB value is (248,134,29). Sum of RGB (Red+Green+Blue) = 248+134+29=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8861D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8861D is #0779E2. Grayscale: #9C9C9C. Windows color (decimal): -489955 or 1935096. OLE color: 1935096.
HSL color Cylindrical-coordinate representation of color #F8861D: hue angle of 28.77º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8861D is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 134 | 29 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.03 |
| HSL | 28.77º | 0.94% | 0.54% | - |
| HSV(B) | 28.77º | 0.88% | 0.97% | - |
| XYZ | 47.46 | 37.1 | 5.82 | - |
| YUV | 156.12 | 56.27 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 134 | 29 | 0 | 0.46 | 0.88 | 0.03 | 28.77 | 0.94 | 0.54 |
| Hex | F8 | 86 | 1D | 0 | 2E | 58 | 3 | 1D | 5E | 36 |
| Octal | 370 | 206 | 35 | 0 | 56 | 130 | 3 | 35 | 136 | 66 |
| Binary | 11111000 | 10000110 | 11101 | 0 | 101110 | 1011000 | 11 | 11101 | 1011110 | 110110 |
Color Harmonies of #F8861D
Complementary color
Monochromatic Colors of #F8861D
Black with #F8861D
Text Example
Text Example
White with #F8861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8861D; }
p { color: rgb(248,134,29); }
H1.HeaderClassName
{
color: #F8861D;
}
.AnyTagClassName
{
color: #F8861D;
}
</style>
background-color css
<style>
a { background-color: #F8861D; }
a { background-color: rgb(248,134,29); }
div.DivClassName
{
background-color: #F8861D;
}
.BgClassName
{
background-color: #F8861D;
}
</style>
border-color css
<style>
span { border-color: #F8861D; }
span { border-color: rgb(248,134,29); }
td.TdClassName
{
border-color: #F8861D;
}
.TagClassName
{
border-color: #F8861D;
}
</style>