Shades of Carrot Orange #F58A27
Tints of Carrot Orange #F58A27
RGB
CMYK
RGB Variations
Color information
#F58A27 (or 0xF58A27) is known color: Carrot Orange. HEX triplet: F5, 8A and 27. RGB value is (245,138,39). Sum of RGB (Red+Green+Blue) = 245+138+39=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58A27 is #0A75D8. Grayscale: #9F9F9F. Windows color (decimal): -685529 or 2591477. OLE color: 2591477.
HSL color Cylindrical-coordinate representation of color #F58A27: hue angle of 28.83º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F58A27 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 39 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.04 |
| HSL | 28.83º | 0.91% | 0.56% | - |
| HSV(B) | 28.83º | 0.84% | 0.96% | - |
| XYZ | 47.11 | 37.74 | 6.72 | - |
| YUV | 158.71 | 60.45 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 39 | 0 | 0.44 | 0.84 | 0.04 | 28.83 | 0.91 | 0.56 |
| Hex | F5 | 8A | 27 | 0 | 2C | 54 | 4 | 1D | 5B | 38 |
| Octal | 365 | 212 | 47 | 0 | 54 | 124 | 4 | 35 | 133 | 70 |
| Binary | 11110101 | 10001010 | 100111 | 0 | 101100 | 1010100 | 100 | 11101 | 1011011 | 111000 |
Color Harmonies of #F58A27
Complementary color
Monochromatic Colors of #F58A27
Black with #F58A27
Text Example
Text Example
White with #F58A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A27; }
p { color: rgb(245,138,39); }
H1.HeaderClassName
{
color: #F58A27;
}
.AnyTagClassName
{
color: #F58A27;
}
</style>
background-color css
<style>
a { background-color: #F58A27; }
a { background-color: rgb(245,138,39); }
div.DivClassName
{
background-color: #F58A27;
}
.BgClassName
{
background-color: #F58A27;
}
</style>
border-color css
<style>
span { border-color: #F58A27; }
span { border-color: rgb(245,138,39); }
td.TdClassName
{
border-color: #F58A27;
}
.TagClassName
{
border-color: #F58A27;
}
</style>