Shades of Carrot Orange #F5901D
Tints of Carrot Orange #F5901D
RGB
CMYK
RGB Variations
Color information
#F5901D (or 0xF5901D) is known color: Carrot Orange. HEX triplet: F5, 90 and 1D. RGB value is (245,144,29). Sum of RGB (Red+Green+Blue) = 245+144+29=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F5901D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5901D is #0A6FE2. Grayscale: #A1A1A1. Windows color (decimal): -684003 or 1937653. OLE color: 1937653.
HSL color Cylindrical-coordinate representation of color #F5901D: hue angle of 31.94º degrees, saturation: 0.92, 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 #F5901D is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 29 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.04 |
| HSL | 31.94º | 0.92% | 0.54% | - |
| HSV(B) | 31.94º | 0.88% | 0.96% | - |
| XYZ | 47.85 | 39.45 | 6.25 | - |
| YUV | 161.09 | 53.46 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 29 | 0 | 0.41 | 0.88 | 0.04 | 31.94 | 0.92 | 0.54 |
| Hex | F5 | 90 | 1D | 0 | 29 | 58 | 4 | 20 | 5C | 36 |
| Octal | 365 | 220 | 35 | 0 | 51 | 130 | 4 | 40 | 134 | 66 |
| Binary | 11110101 | 10010000 | 11101 | 0 | 101001 | 1011000 | 100 | 100000 | 1011100 | 110110 |
Color Harmonies of #F5901D
Complementary color
Monochromatic Colors of #F5901D
Black with #F5901D
Text Example
Text Example
White with #F5901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5901D; }
p { color: rgb(245,144,29); }
H1.HeaderClassName
{
color: #F5901D;
}
.AnyTagClassName
{
color: #F5901D;
}
</style>
background-color css
<style>
a { background-color: #F5901D; }
a { background-color: rgb(245,144,29); }
div.DivClassName
{
background-color: #F5901D;
}
.BgClassName
{
background-color: #F5901D;
}
</style>
border-color css
<style>
span { border-color: #F5901D; }
span { border-color: rgb(245,144,29); }
td.TdClassName
{
border-color: #F5901D;
}
.TagClassName
{
border-color: #F5901D;
}
</style>