Shades of Carrot Orange #F5901E
Tints of Carrot Orange #F5901E
RGB
CMYK
RGB Variations
Color information
#F5901E (or 0xF5901E) is known color: Carrot Orange. HEX triplet: F5, 90 and 1E. RGB value is (245,144,30). Sum of RGB (Red+Green+Blue) = 245+144+30=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F5901E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5901E is #0A6FE1. Grayscale: #A1A1A1. Windows color (decimal): -684002 or 2003189. OLE color: 2003189.
HSL color Cylindrical-coordinate representation of color #F5901E: hue angle of 31.81º 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 #F5901E is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 30 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.04 |
| HSL | 31.81º | 0.91% | 0.54% | - |
| HSV(B) | 31.81º | 0.88% | 0.96% | - |
| XYZ | 47.86 | 39.45 | 6.32 | - |
| YUV | 161.2 | 53.96 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 30 | 0 | 0.41 | 0.88 | 0.04 | 31.81 | 0.91 | 0.54 |
| Hex | F5 | 90 | 1E | 0 | 29 | 58 | 4 | 20 | 5B | 36 |
| Octal | 365 | 220 | 36 | 0 | 51 | 130 | 4 | 40 | 133 | 66 |
| Binary | 11110101 | 10010000 | 11110 | 0 | 101001 | 1011000 | 100 | 100000 | 1011011 | 110110 |
Color Harmonies of #F5901E
Complementary color
Monochromatic Colors of #F5901E
Black with #F5901E
Text Example
Text Example
White with #F5901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5901E; }
p { color: rgb(245,144,30); }
H1.HeaderClassName
{
color: #F5901E;
}
.AnyTagClassName
{
color: #F5901E;
}
</style>
background-color css
<style>
a { background-color: #F5901E; }
a { background-color: rgb(245,144,30); }
div.DivClassName
{
background-color: #F5901E;
}
.BgClassName
{
background-color: #F5901E;
}
</style>
border-color css
<style>
span { border-color: #F5901E; }
span { border-color: rgb(245,144,30); }
td.TdClassName
{
border-color: #F5901E;
}
.TagClassName
{
border-color: #F5901E;
}
</style>