Shades of Carrot Orange #F58A12
Tints of Carrot Orange #F58A12
RGB
CMYK
RGB Variations
Color information
#F58A12 (or 0xF58A12) is known color: Carrot Orange. HEX triplet: F5, 8A and 12. RGB value is (245,138,18). Sum of RGB (Red+Green+Blue) = 245+138+18=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58A12 is #0A75ED. Grayscale: #9C9C9C. Windows color (decimal): -685550 or 1215221. OLE color: 1215221.
HSL color Cylindrical-coordinate representation of color #F58A12: hue angle of 31.72º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F58A12 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 18 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.04 |
| HSL | 31.72º | 0.92% | 0.52% | - |
| HSV(B) | 31.72º | 0.93% | 0.96% | - |
| XYZ | 46.85 | 37.63 | 5.37 | - |
| YUV | 156.31 | 49.95 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 18 | 0 | 0.44 | 0.93 | 0.04 | 31.72 | 0.92 | 0.52 |
| Hex | F5 | 8A | 12 | 0 | 2C | 5D | 4 | 20 | 5C | 34 |
| Octal | 365 | 212 | 22 | 0 | 54 | 135 | 4 | 40 | 134 | 64 |
| Binary | 11110101 | 10001010 | 10010 | 0 | 101100 | 1011101 | 100 | 100000 | 1011100 | 110100 |
Color Harmonies of #F58A12
Complementary color
Monochromatic Colors of #F58A12
Black with #F58A12
Text Example
Text Example
White with #F58A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A12; }
p { color: rgb(245,138,18); }
H1.HeaderClassName
{
color: #F58A12;
}
.AnyTagClassName
{
color: #F58A12;
}
</style>
background-color css
<style>
a { background-color: #F58A12; }
a { background-color: rgb(245,138,18); }
div.DivClassName
{
background-color: #F58A12;
}
.BgClassName
{
background-color: #F58A12;
}
</style>
border-color css
<style>
span { border-color: #F58A12; }
span { border-color: rgb(245,138,18); }
td.TdClassName
{
border-color: #F58A12;
}
.TagClassName
{
border-color: #F58A12;
}
</style>