Shades of Carrot Orange #F3921A
Tints of Carrot Orange #F3921A
RGB
CMYK
RGB Variations
Color information
#F3921A (or 0xF3921A) is known color: Carrot Orange. HEX triplet: F3, 92 and 1A. RGB value is (243,146,26). Sum of RGB (Red+Green+Blue) = 243+146+26=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F3921A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3921A is #0C6DE5. Grayscale: #A1A1A1. Windows color (decimal): -814566 or 1741555. OLE color: 1741555.
HSL color Cylindrical-coordinate representation of color #F3921A: hue angle of 33.18º 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 #F3921A is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 146 | 26 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.05 |
| HSL | 33.18º | 0.9% | 0.53% | - |
| HSV(B) | 33.18º | 0.89% | 0.95% | - |
| XYZ | 47.43 | 39.69 | 6.14 | - |
| YUV | 161.32 | 51.64 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 146 | 26 | 0 | 0.40 | 0.89 | 0.05 | 33.18 | 0.9 | 0.53 |
| Hex | F3 | 92 | 1A | 0 | 28 | 59 | 5 | 21 | 5A | 35 |
| Octal | 363 | 222 | 32 | 0 | 50 | 131 | 5 | 41 | 132 | 65 |
| Binary | 11110011 | 10010010 | 11010 | 0 | 101000 | 1011001 | 101 | 100001 | 1011010 | 110101 |
Color Harmonies of #F3921A
Complementary color
Monochromatic Colors of #F3921A
Black with #F3921A
Text Example
Text Example
White with #F3921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3921A; }
p { color: rgb(243,146,26); }
H1.HeaderClassName
{
color: #F3921A;
}
.AnyTagClassName
{
color: #F3921A;
}
</style>
background-color css
<style>
a { background-color: #F3921A; }
a { background-color: rgb(243,146,26); }
div.DivClassName
{
background-color: #F3921A;
}
.BgClassName
{
background-color: #F3921A;
}
</style>
border-color css
<style>
span { border-color: #F3921A; }
span { border-color: rgb(243,146,26); }
td.TdClassName
{
border-color: #F3921A;
}
.TagClassName
{
border-color: #F3921A;
}
</style>