Shades of Carrot Orange #F0861A
Tints of Carrot Orange #F0861A
RGB
CMYK
RGB Variations
Color information
#F0861A (or 0xF0861A) is known color: Carrot Orange. HEX triplet: F0, 86 and 1A. RGB value is (240,134,26). Sum of RGB (Red+Green+Blue) = 240+134+26=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0861A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0861A is #0F79E5. Grayscale: #999999. Windows color (decimal): -1014246 or 1738480. OLE color: 1738480.
HSL color Cylindrical-coordinate representation of color #F0861A: hue angle of 30.28º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0861A is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 26 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.06 |
| HSL | 30.28º | 0.88% | 0.52% | - |
| HSV(B) | 30.28º | 0.89% | 0.94% | - |
| XYZ | 44.65 | 35.65 | 5.51 | - |
| YUV | 153.38 | 56.12 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 26 | 0 | 0.44 | 0.89 | 0.06 | 30.28 | 0.88 | 0.52 |
| Hex | F0 | 86 | 1A | 0 | 2C | 59 | 6 | 1E | 58 | 34 |
| Octal | 360 | 206 | 32 | 0 | 54 | 131 | 6 | 36 | 130 | 64 |
| Binary | 11110000 | 10000110 | 11010 | 0 | 101100 | 1011001 | 110 | 11110 | 1011000 | 110100 |
Color Harmonies of #F0861A
Complementary color
Monochromatic Colors of #F0861A
Black with #F0861A
Text Example
Text Example
White with #F0861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0861A; }
p { color: rgb(240,134,26); }
H1.HeaderClassName
{
color: #F0861A;
}
.AnyTagClassName
{
color: #F0861A;
}
</style>
background-color css
<style>
a { background-color: #F0861A; }
a { background-color: rgb(240,134,26); }
div.DivClassName
{
background-color: #F0861A;
}
.BgClassName
{
background-color: #F0861A;
}
</style>
border-color css
<style>
span { border-color: #F0861A; }
span { border-color: rgb(240,134,26); }
td.TdClassName
{
border-color: #F0861A;
}
.TagClassName
{
border-color: #F0861A;
}
</style>