Shades of Carrot Orange #F0831A
Tints of Carrot Orange #F0831A
RGB
CMYK
RGB Variations
Color information
#F0831A (or 0xF0831A) is known color: Carrot Orange. HEX triplet: F0, 83 and 1A. RGB value is (240,131,26). Sum of RGB (Red+Green+Blue) = 240+131+26=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0831A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0831A is #0F7CE5. Grayscale: #989898. Windows color (decimal): -1015014 or 1737712. OLE color: 1737712.
HSL color Cylindrical-coordinate representation of color #F0831A: hue angle of 29.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0831A is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 26 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.06 |
| HSL | 29.44º | 0.88% | 0.52% | - |
| HSV(B) | 29.44º | 0.89% | 0.94% | - |
| XYZ | 44.24 | 34.83 | 5.37 | - |
| YUV | 151.62 | 57.11 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 26 | 0 | 0.45 | 0.89 | 0.06 | 29.44 | 0.88 | 0.52 |
| Hex | F0 | 83 | 1A | 0 | 2D | 59 | 6 | 1D | 58 | 34 |
| Octal | 360 | 203 | 32 | 0 | 55 | 131 | 6 | 35 | 130 | 64 |
| Binary | 11110000 | 10000011 | 11010 | 0 | 101101 | 1011001 | 110 | 11101 | 1011000 | 110100 |
Color Harmonies of #F0831A
Complementary color
Monochromatic Colors of #F0831A
Black with #F0831A
Text Example
Text Example
White with #F0831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0831A; }
p { color: rgb(240,131,26); }
H1.HeaderClassName
{
color: #F0831A;
}
.AnyTagClassName
{
color: #F0831A;
}
</style>
background-color css
<style>
a { background-color: #F0831A; }
a { background-color: rgb(240,131,26); }
div.DivClassName
{
background-color: #F0831A;
}
.BgClassName
{
background-color: #F0831A;
}
</style>
border-color css
<style>
span { border-color: #F0831A; }
span { border-color: rgb(240,131,26); }
td.TdClassName
{
border-color: #F0831A;
}
.TagClassName
{
border-color: #F0831A;
}
</style>