Shades of Carrot Orange #F5892A
Tints of Carrot Orange #F5892A
RGB
CMYK
RGB Variations
Color information
#F5892A (or 0xF5892A) is known color: Carrot Orange. HEX triplet: F5, 89 and 2A. RGB value is (245,137,42). Sum of RGB (Red+Green+Blue) = 245+137+42=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5892A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5892A is #0A76D5. Grayscale: #9E9E9E. Windows color (decimal): -685782 or 2787829. OLE color: 2787829.
HSL color Cylindrical-coordinate representation of color #F5892A: hue angle of 28.08º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5892A is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 42 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.04 |
| HSL | 28.08º | 0.91% | 0.56% | - |
| HSV(B) | 28.08º | 0.83% | 0.96% | - |
| XYZ | 47.02 | 37.47 | 6.94 | - |
| YUV | 158.46 | 62.28 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 42 | 0 | 0.44 | 0.83 | 0.04 | 28.08 | 0.91 | 0.56 |
| Hex | F5 | 89 | 2A | 0 | 2C | 53 | 4 | 1C | 5B | 38 |
| Octal | 365 | 211 | 52 | 0 | 54 | 123 | 4 | 34 | 133 | 70 |
| Binary | 11110101 | 10001001 | 101010 | 0 | 101100 | 1010011 | 100 | 11100 | 1011011 | 111000 |
Color Harmonies of #F5892A
Complementary color
Monochromatic Colors of #F5892A
Black with #F5892A
Text Example
Text Example
White with #F5892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5892A; }
p { color: rgb(245,137,42); }
H1.HeaderClassName
{
color: #F5892A;
}
.AnyTagClassName
{
color: #F5892A;
}
</style>
background-color css
<style>
a { background-color: #F5892A; }
a { background-color: rgb(245,137,42); }
div.DivClassName
{
background-color: #F5892A;
}
.BgClassName
{
background-color: #F5892A;
}
</style>
border-color css
<style>
span { border-color: #F5892A; }
span { border-color: rgb(245,137,42); }
td.TdClassName
{
border-color: #F5892A;
}
.TagClassName
{
border-color: #F5892A;
}
</style>