Shades of Carrot Orange #F58F11
Tints of Carrot Orange #F58F11
RGB
CMYK
RGB Variations
Color information
#F58F11 (or 0xF58F11) is known color: Carrot Orange. HEX triplet: F5, 8F and 11. RGB value is (245,143,17). Sum of RGB (Red+Green+Blue) = 245+143+17=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58F11 is #0A70EE. Grayscale: #9F9F9F. Windows color (decimal): -684271 or 1150965. OLE color: 1150965.
HSL color Cylindrical-coordinate representation of color #F58F11: hue angle of 33.16º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F58F11 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 17 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.04 |
| HSL | 33.16º | 0.92% | 0.51% | - |
| HSV(B) | 33.16º | 0.93% | 0.96% | - |
| XYZ | 47.58 | 39.1 | 5.57 | - |
| YUV | 159.13 | 47.79 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 17 | 0 | 0.42 | 0.93 | 0.04 | 33.16 | 0.92 | 0.51 |
| Hex | F5 | 8F | 11 | 0 | 2A | 5D | 4 | 21 | 5C | 33 |
| Octal | 365 | 217 | 21 | 0 | 52 | 135 | 4 | 41 | 134 | 63 |
| Binary | 11110101 | 10001111 | 10001 | 0 | 101010 | 1011101 | 100 | 100001 | 1011100 | 110011 |
Color Harmonies of #F58F11
Complementary color
Monochromatic Colors of #F58F11
Black with #F58F11
Text Example
Text Example
White with #F58F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F11; }
p { color: rgb(245,143,17); }
H1.HeaderClassName
{
color: #F58F11;
}
.AnyTagClassName
{
color: #F58F11;
}
</style>
background-color css
<style>
a { background-color: #F58F11; }
a { background-color: rgb(245,143,17); }
div.DivClassName
{
background-color: #F58F11;
}
.BgClassName
{
background-color: #F58F11;
}
</style>
border-color css
<style>
span { border-color: #F58F11; }
span { border-color: rgb(245,143,17); }
td.TdClassName
{
border-color: #F58F11;
}
.TagClassName
{
border-color: #F58F11;
}
</style>