Shades of Carrot Orange #F5861A
Tints of Carrot Orange #F5861A
RGB
CMYK
RGB Variations
Color information
#F5861A (or 0xF5861A) is known color: Carrot Orange. HEX triplet: F5, 86 and 1A. RGB value is (245,134,26). Sum of RGB (Red+Green+Blue) = 245+134+26=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5861A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5861A is #0A79E5. Grayscale: #9B9B9B. Windows color (decimal): -686566 or 1738485. OLE color: 1738485.
HSL color Cylindrical-coordinate representation of color #F5861A: hue angle of 29.59º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5861A is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 26 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.04 |
| HSL | 29.59º | 0.92% | 0.53% | - |
| HSV(B) | 29.59º | 0.89% | 0.96% | - |
| XYZ | 46.37 | 36.54 | 5.59 | - |
| YUV | 154.88 | 55.27 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 26 | 0 | 0.45 | 0.89 | 0.04 | 29.59 | 0.92 | 0.53 |
| Hex | F5 | 86 | 1A | 0 | 2D | 59 | 4 | 1E | 5C | 35 |
| Octal | 365 | 206 | 32 | 0 | 55 | 131 | 4 | 36 | 134 | 65 |
| Binary | 11110101 | 10000110 | 11010 | 0 | 101101 | 1011001 | 100 | 11110 | 1011100 | 110101 |
Color Harmonies of #F5861A
Complementary color
Monochromatic Colors of #F5861A
Black with #F5861A
Text Example
Text Example
White with #F5861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5861A; }
p { color: rgb(245,134,26); }
H1.HeaderClassName
{
color: #F5861A;
}
.AnyTagClassName
{
color: #F5861A;
}
</style>
background-color css
<style>
a { background-color: #F5861A; }
a { background-color: rgb(245,134,26); }
div.DivClassName
{
background-color: #F5861A;
}
.BgClassName
{
background-color: #F5861A;
}
</style>
border-color css
<style>
span { border-color: #F5861A; }
span { border-color: rgb(245,134,26); }
td.TdClassName
{
border-color: #F5861A;
}
.TagClassName
{
border-color: #F5861A;
}
</style>