Shades of Carrot Orange #F59B1E
Tints of Carrot Orange #F59B1E
RGB
CMYK
RGB Variations
Color information
#F59B1E (or 0xF59B1E) is known color: Carrot Orange. HEX triplet: F5, 9B and 1E. RGB value is (245,155,30). Sum of RGB (Red+Green+Blue) = 245+155+30=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59B1E is #0A64E1. Grayscale: #A8A8A8. Windows color (decimal): -681186 or 2006005. OLE color: 2006005.
HSL color Cylindrical-coordinate representation of color #F59B1E: hue angle of 34.88º 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 #F59B1E is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 30 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.04 |
| HSL | 34.88º | 0.91% | 0.54% | - |
| HSV(B) | 34.88º | 0.88% | 0.96% | - |
| XYZ | 49.61 | 42.95 | 6.9 | - |
| YUV | 167.66 | 50.32 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 30 | 0 | 0.37 | 0.88 | 0.04 | 34.88 | 0.91 | 0.54 |
| Hex | F5 | 9B | 1E | 0 | 25 | 58 | 4 | 23 | 5B | 36 |
| Octal | 365 | 233 | 36 | 0 | 45 | 130 | 4 | 43 | 133 | 66 |
| Binary | 11110101 | 10011011 | 11110 | 0 | 100101 | 1011000 | 100 | 100011 | 1011011 | 110110 |
Color Harmonies of #F59B1E
Complementary color
Monochromatic Colors of #F59B1E
Black with #F59B1E
Text Example
Text Example
White with #F59B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59B1E; }
p { color: rgb(245,155,30); }
H1.HeaderClassName
{
color: #F59B1E;
}
.AnyTagClassName
{
color: #F59B1E;
}
</style>
background-color css
<style>
a { background-color: #F59B1E; }
a { background-color: rgb(245,155,30); }
div.DivClassName
{
background-color: #F59B1E;
}
.BgClassName
{
background-color: #F59B1E;
}
</style>
border-color css
<style>
span { border-color: #F59B1E; }
span { border-color: rgb(245,155,30); }
td.TdClassName
{
border-color: #F59B1E;
}
.TagClassName
{
border-color: #F59B1E;
}
</style>