Shades of Carrot Orange #F3831D
Tints of Carrot Orange #F3831D
RGB
CMYK
RGB Variations
Color information
#F3831D (or 0xF3831D) is known color: Carrot Orange. HEX triplet: F3, 83 and 1D. RGB value is (243,131,29). Sum of RGB (Red+Green+Blue) = 243+131+29=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F3831D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3831D is #0C7CE2. Grayscale: #999999. Windows color (decimal): -818403 or 1934323. OLE color: 1934323.
HSL color Cylindrical-coordinate representation of color #F3831D: hue angle of 28.6º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3831D is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 29 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.05 |
| HSL | 28.6º | 0.9% | 0.53% | - |
| HSV(B) | 28.6º | 0.88% | 0.95% | - |
| XYZ | 45.3 | 35.38 | 5.6 | - |
| YUV | 152.86 | 58.11 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 29 | 0 | 0.46 | 0.88 | 0.05 | 28.6 | 0.9 | 0.53 |
| Hex | F3 | 83 | 1D | 0 | 2E | 58 | 5 | 1D | 5A | 35 |
| Octal | 363 | 203 | 35 | 0 | 56 | 130 | 5 | 35 | 132 | 65 |
| Binary | 11110011 | 10000011 | 11101 | 0 | 101110 | 1011000 | 101 | 11101 | 1011010 | 110101 |
Color Harmonies of #F3831D
Complementary color
Monochromatic Colors of #F3831D
Black with #F3831D
Text Example
Text Example
White with #F3831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3831D; }
p { color: rgb(243,131,29); }
H1.HeaderClassName
{
color: #F3831D;
}
.AnyTagClassName
{
color: #F3831D;
}
</style>
background-color css
<style>
a { background-color: #F3831D; }
a { background-color: rgb(243,131,29); }
div.DivClassName
{
background-color: #F3831D;
}
.BgClassName
{
background-color: #F3831D;
}
</style>
border-color css
<style>
span { border-color: #F3831D; }
span { border-color: rgb(243,131,29); }
td.TdClassName
{
border-color: #F3831D;
}
.TagClassName
{
border-color: #F3831D;
}
</style>