Shades of Carrot Orange #F8861C
Tints of Carrot Orange #F8861C
RGB
CMYK
RGB Variations
Color information
#F8861C (or 0xF8861C) is known color: Carrot Orange. HEX triplet: F8, 86 and 1C. RGB value is (248,134,28). Sum of RGB (Red+Green+Blue) = 248+134+28=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F8861C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8861C is #0779E3. Grayscale: #9C9C9C. Windows color (decimal): -489956 or 1869560. OLE color: 1869560.
HSL color Cylindrical-coordinate representation of color #F8861C: hue angle of 28.91º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8861C is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 134 | 28 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.03 |
| HSL | 28.91º | 0.94% | 0.54% | - |
| HSV(B) | 28.91º | 0.89% | 0.97% | - |
| XYZ | 47.45 | 37.09 | 5.76 | - |
| YUV | 156 | 55.77 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 134 | 28 | 0 | 0.46 | 0.89 | 0.03 | 28.91 | 0.94 | 0.54 |
| Hex | F8 | 86 | 1C | 0 | 2E | 59 | 3 | 1D | 5E | 36 |
| Octal | 370 | 206 | 34 | 0 | 56 | 131 | 3 | 35 | 136 | 66 |
| Binary | 11111000 | 10000110 | 11100 | 0 | 101110 | 1011001 | 11 | 11101 | 1011110 | 110110 |
Color Harmonies of #F8861C
Complementary color
Monochromatic Colors of #F8861C
Black with #F8861C
Text Example
Text Example
White with #F8861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8861C; }
p { color: rgb(248,134,28); }
H1.HeaderClassName
{
color: #F8861C;
}
.AnyTagClassName
{
color: #F8861C;
}
</style>
background-color css
<style>
a { background-color: #F8861C; }
a { background-color: rgb(248,134,28); }
div.DivClassName
{
background-color: #F8861C;
}
.BgClassName
{
background-color: #F8861C;
}
</style>
border-color css
<style>
span { border-color: #F8861C; }
span { border-color: rgb(248,134,28); }
td.TdClassName
{
border-color: #F8861C;
}
.TagClassName
{
border-color: #F8861C;
}
</style>