Shades of Carrot Orange #F3821C
Tints of Carrot Orange #F3821C
RGB
CMYK
RGB Variations
Color information
#F3821C (or 0xF3821C) is known color: Carrot Orange. HEX triplet: F3, 82 and 1C. RGB value is (243,130,28). Sum of RGB (Red+Green+Blue) = 243+130+28=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F3821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3821C is #0C7DE3. Grayscale: #989898. Windows color (decimal): -818660 or 1868531. OLE color: 1868531.
HSL color Cylindrical-coordinate representation of color #F3821C: hue angle of 28.47º 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 #F3821C is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 28 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.05 |
| HSL | 28.47º | 0.9% | 0.53% | - |
| HSV(B) | 28.47º | 0.88% | 0.95% | - |
| XYZ | 45.15 | 35.1 | 5.49 | - |
| YUV | 152.16 | 57.94 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 28 | 0 | 0.47 | 0.88 | 0.05 | 28.47 | 0.9 | 0.53 |
| Hex | F3 | 82 | 1C | 0 | 2F | 58 | 5 | 1C | 5A | 35 |
| Octal | 363 | 202 | 34 | 0 | 57 | 130 | 5 | 34 | 132 | 65 |
| Binary | 11110011 | 10000010 | 11100 | 0 | 101111 | 1011000 | 101 | 11100 | 1011010 | 110101 |
Color Harmonies of #F3821C
Complementary color
Monochromatic Colors of #F3821C
Black with #F3821C
Text Example
Text Example
White with #F3821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3821C; }
p { color: rgb(243,130,28); }
H1.HeaderClassName
{
color: #F3821C;
}
.AnyTagClassName
{
color: #F3821C;
}
</style>
background-color css
<style>
a { background-color: #F3821C; }
a { background-color: rgb(243,130,28); }
div.DivClassName
{
background-color: #F3821C;
}
.BgClassName
{
background-color: #F3821C;
}
</style>
border-color css
<style>
span { border-color: #F3821C; }
span { border-color: rgb(243,130,28); }
td.TdClassName
{
border-color: #F3821C;
}
.TagClassName
{
border-color: #F3821C;
}
</style>