Shades of Carrot Orange #F5871E
Tints of Carrot Orange #F5871E
RGB
CMYK
RGB Variations
Color information
#F5871E (or 0xF5871E) is known color: Carrot Orange. HEX triplet: F5, 87 and 1E. RGB value is (245,135,30). Sum of RGB (Red+Green+Blue) = 245+135+30=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F5871E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5871E is #0A78E1. Grayscale: #9C9C9C. Windows color (decimal): -686306 or 2000885. OLE color: 2000885.
HSL color Cylindrical-coordinate representation of color #F5871E: hue angle of 29.3º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5871E is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 30 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.04 |
| HSL | 29.3º | 0.91% | 0.54% | - |
| HSV(B) | 29.3º | 0.88% | 0.96% | - |
| XYZ | 46.55 | 36.83 | 5.88 | - |
| YUV | 155.92 | 56.94 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 30 | 0 | 0.45 | 0.88 | 0.04 | 29.3 | 0.91 | 0.54 |
| Hex | F5 | 87 | 1E | 0 | 2D | 58 | 4 | 1D | 5B | 36 |
| Octal | 365 | 207 | 36 | 0 | 55 | 130 | 4 | 35 | 133 | 66 |
| Binary | 11110101 | 10000111 | 11110 | 0 | 101101 | 1011000 | 100 | 11101 | 1011011 | 110110 |
Color Harmonies of #F5871E
Complementary color
Monochromatic Colors of #F5871E
Black with #F5871E
Text Example
Text Example
White with #F5871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5871E; }
p { color: rgb(245,135,30); }
H1.HeaderClassName
{
color: #F5871E;
}
.AnyTagClassName
{
color: #F5871E;
}
</style>
background-color css
<style>
a { background-color: #F5871E; }
a { background-color: rgb(245,135,30); }
div.DivClassName
{
background-color: #F5871E;
}
.BgClassName
{
background-color: #F5871E;
}
</style>
border-color css
<style>
span { border-color: #F5871E; }
span { border-color: rgb(245,135,30); }
td.TdClassName
{
border-color: #F5871E;
}
.TagClassName
{
border-color: #F5871E;
}
</style>