Shades of Carrot Orange #F0831B
Tints of Carrot Orange #F0831B
RGB
CMYK
RGB Variations
Color information
#F0831B (or 0xF0831B) is known color: Carrot Orange. HEX triplet: F0, 83 and 1B. RGB value is (240,131,27). Sum of RGB (Red+Green+Blue) = 240+131+27=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0831B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0831B is #0F7CE4. Grayscale: #989898. Windows color (decimal): -1015013 or 1803248. OLE color: 1803248.
HSL color Cylindrical-coordinate representation of color #F0831B: hue angle of 29.3º 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 #F0831B is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 27 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.06 |
| HSL | 29.3º | 0.88% | 0.52% | - |
| HSV(B) | 29.3º | 0.89% | 0.94% | - |
| XYZ | 44.25 | 34.84 | 5.43 | - |
| YUV | 151.74 | 57.61 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 27 | 0 | 0.45 | 0.89 | 0.06 | 29.3 | 0.88 | 0.52 |
| Hex | F0 | 83 | 1B | 0 | 2D | 59 | 6 | 1D | 58 | 34 |
| Octal | 360 | 203 | 33 | 0 | 55 | 131 | 6 | 35 | 130 | 64 |
| Binary | 11110000 | 10000011 | 11011 | 0 | 101101 | 1011001 | 110 | 11101 | 1011000 | 110100 |
Color Harmonies of #F0831B
Complementary color
Monochromatic Colors of #F0831B
Black with #F0831B
Text Example
Text Example
White with #F0831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0831B; }
p { color: rgb(240,131,27); }
H1.HeaderClassName
{
color: #F0831B;
}
.AnyTagClassName
{
color: #F0831B;
}
</style>
background-color css
<style>
a { background-color: #F0831B; }
a { background-color: rgb(240,131,27); }
div.DivClassName
{
background-color: #F0831B;
}
.BgClassName
{
background-color: #F0831B;
}
</style>
border-color css
<style>
span { border-color: #F0831B; }
span { border-color: rgb(240,131,27); }
td.TdClassName
{
border-color: #F0831B;
}
.TagClassName
{
border-color: #F0831B;
}
</style>