Shades of Carrot Orange #F3921C
Tints of Carrot Orange #F3921C
RGB
CMYK
RGB Variations
Color information
#F3921C (or 0xF3921C) is known color: Carrot Orange. HEX triplet: F3, 92 and 1C. RGB value is (243,146,28). Sum of RGB (Red+Green+Blue) = 243+146+28=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F3921C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3921C is #0C6DE3. Grayscale: #A2A2A2. Windows color (decimal): -814564 or 1872627. OLE color: 1872627.
HSL color Cylindrical-coordinate representation of color #F3921C: hue angle of 32.93º 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 #F3921C is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 146 | 28 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.05 |
| HSL | 32.93º | 0.9% | 0.53% | - |
| HSV(B) | 32.93º | 0.88% | 0.95% | - |
| XYZ | 47.45 | 39.7 | 6.26 | - |
| YUV | 161.55 | 52.64 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 146 | 28 | 0 | 0.40 | 0.88 | 0.05 | 32.93 | 0.9 | 0.53 |
| Hex | F3 | 92 | 1C | 0 | 28 | 58 | 5 | 21 | 5A | 35 |
| Octal | 363 | 222 | 34 | 0 | 50 | 130 | 5 | 41 | 132 | 65 |
| Binary | 11110011 | 10010010 | 11100 | 0 | 101000 | 1011000 | 101 | 100001 | 1011010 | 110101 |
Color Harmonies of #F3921C
Complementary color
Monochromatic Colors of #F3921C
Black with #F3921C
Text Example
Text Example
White with #F3921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3921C; }
p { color: rgb(243,146,28); }
H1.HeaderClassName
{
color: #F3921C;
}
.AnyTagClassName
{
color: #F3921C;
}
</style>
background-color css
<style>
a { background-color: #F3921C; }
a { background-color: rgb(243,146,28); }
div.DivClassName
{
background-color: #F3921C;
}
.BgClassName
{
background-color: #F3921C;
}
</style>
border-color css
<style>
span { border-color: #F3921C; }
span { border-color: rgb(243,146,28); }
td.TdClassName
{
border-color: #F3921C;
}
.TagClassName
{
border-color: #F3921C;
}
</style>