Shades of Carrot Orange #F3821A
Tints of Carrot Orange #F3821A
RGB
CMYK
RGB Variations
Color information
#F3821A (or 0xF3821A) is known color: Carrot Orange. HEX triplet: F3, 82 and 1A. RGB value is (243,130,26). Sum of RGB (Red+Green+Blue) = 243+130+26=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F3821A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3821A is #0C7DE5. Grayscale: #989898. Windows color (decimal): -818662 or 1737459. OLE color: 1737459.
HSL color Cylindrical-coordinate representation of color #F3821A: hue angle of 28.76º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F3821A is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 26 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.05 |
| HSL | 28.76º | 0.9% | 0.53% | - |
| HSV(B) | 28.76º | 0.89% | 0.95% | - |
| XYZ | 45.13 | 35.09 | 5.37 | - |
| YUV | 151.93 | 56.94 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 26 | 0 | 0.47 | 0.89 | 0.05 | 28.76 | 0.9 | 0.53 |
| Hex | F3 | 82 | 1A | 0 | 2F | 59 | 5 | 1D | 5A | 35 |
| Octal | 363 | 202 | 32 | 0 | 57 | 131 | 5 | 35 | 132 | 65 |
| Binary | 11110011 | 10000010 | 11010 | 0 | 101111 | 1011001 | 101 | 11101 | 1011010 | 110101 |
Color Harmonies of #F3821A
Complementary color
Monochromatic Colors of #F3821A
Black with #F3821A
Text Example
Text Example
White with #F3821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3821A; }
p { color: rgb(243,130,26); }
H1.HeaderClassName
{
color: #F3821A;
}
.AnyTagClassName
{
color: #F3821A;
}
</style>
background-color css
<style>
a { background-color: #F3821A; }
a { background-color: rgb(243,130,26); }
div.DivClassName
{
background-color: #F3821A;
}
.BgClassName
{
background-color: #F3821A;
}
</style>
border-color css
<style>
span { border-color: #F3821A; }
span { border-color: rgb(243,130,26); }
td.TdClassName
{
border-color: #F3821A;
}
.TagClassName
{
border-color: #F3821A;
}
</style>