Shades of Carrot Orange #F58C1D
Tints of Carrot Orange #F58C1D
RGB
CMYK
RGB Variations
Color information
#F58C1D (or 0xF58C1D) is known color: Carrot Orange. HEX triplet: F5, 8C and 1D. RGB value is (245,140,29). Sum of RGB (Red+Green+Blue) = 245+140+29=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58C1D is #0A73E2. Grayscale: #9F9F9F. Windows color (decimal): -685027 or 1936629. OLE color: 1936629.
HSL color Cylindrical-coordinate representation of color #F58C1D: hue angle of 30.83º 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 #F58C1D is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 29 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.04 |
| HSL | 30.83º | 0.92% | 0.54% | - |
| HSV(B) | 30.83º | 0.88% | 0.96% | - |
| XYZ | 47.26 | 38.26 | 6.06 | - |
| YUV | 158.74 | 54.79 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 29 | 0 | 0.43 | 0.88 | 0.04 | 30.83 | 0.92 | 0.54 |
| Hex | F5 | 8C | 1D | 0 | 2B | 58 | 4 | 1F | 5C | 36 |
| Octal | 365 | 214 | 35 | 0 | 53 | 130 | 4 | 37 | 134 | 66 |
| Binary | 11110101 | 10001100 | 11101 | 0 | 101011 | 1011000 | 100 | 11111 | 1011100 | 110110 |
Color Harmonies of #F58C1D
Complementary color
Monochromatic Colors of #F58C1D
Black with #F58C1D
Text Example
Text Example
White with #F58C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58C1D; }
p { color: rgb(245,140,29); }
H1.HeaderClassName
{
color: #F58C1D;
}
.AnyTagClassName
{
color: #F58C1D;
}
</style>
background-color css
<style>
a { background-color: #F58C1D; }
a { background-color: rgb(245,140,29); }
div.DivClassName
{
background-color: #F58C1D;
}
.BgClassName
{
background-color: #F58C1D;
}
</style>
border-color css
<style>
span { border-color: #F58C1D; }
span { border-color: rgb(245,140,29); }
td.TdClassName
{
border-color: #F58C1D;
}
.TagClassName
{
border-color: #F58C1D;
}
</style>