Shades of Carrot Orange #F58A1B
Tints of Carrot Orange #F58A1B
RGB
CMYK
RGB Variations
Color information
#F58A1B (or 0xF58A1B) is known color: Carrot Orange. HEX triplet: F5, 8A and 1B. RGB value is (245,138,27). Sum of RGB (Red+Green+Blue) = 245+138+27=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58A1B is #0A75E4. Grayscale: #9D9D9D. Windows color (decimal): -685541 or 1805045. OLE color: 1805045.
HSL color Cylindrical-coordinate representation of color #F58A1B: hue angle of 30.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F58A1B is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 27 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.04 |
| HSL | 30.55º | 0.92% | 0.53% | - |
| HSV(B) | 30.55º | 0.89% | 0.96% | - |
| XYZ | 46.94 | 37.67 | 5.83 | - |
| YUV | 157.34 | 54.45 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 27 | 0 | 0.44 | 0.89 | 0.04 | 30.55 | 0.92 | 0.53 |
| Hex | F5 | 8A | 1B | 0 | 2C | 59 | 4 | 1F | 5C | 35 |
| Octal | 365 | 212 | 33 | 0 | 54 | 131 | 4 | 37 | 134 | 65 |
| Binary | 11110101 | 10001010 | 11011 | 0 | 101100 | 1011001 | 100 | 11111 | 1011100 | 110101 |
Color Harmonies of #F58A1B
Complementary color
Monochromatic Colors of #F58A1B
Black with #F58A1B
Text Example
Text Example
White with #F58A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A1B; }
p { color: rgb(245,138,27); }
H1.HeaderClassName
{
color: #F58A1B;
}
.AnyTagClassName
{
color: #F58A1B;
}
</style>
background-color css
<style>
a { background-color: #F58A1B; }
a { background-color: rgb(245,138,27); }
div.DivClassName
{
background-color: #F58A1B;
}
.BgClassName
{
background-color: #F58A1B;
}
</style>
border-color css
<style>
span { border-color: #F58A1B; }
span { border-color: rgb(245,138,27); }
td.TdClassName
{
border-color: #F58A1B;
}
.TagClassName
{
border-color: #F58A1B;
}
</style>