Shades of Carrot Orange #F3942A
Tints of Carrot Orange #F3942A
RGB
CMYK
RGB Variations
Color information
#F3942A (or 0xF3942A) is known color: Carrot Orange. HEX triplet: F3, 94 and 2A. RGB value is (243,148,42). Sum of RGB (Red+Green+Blue) = 243+148+42=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F3942A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3942A is #0C6BD5. Grayscale: #A4A4A4. Windows color (decimal): -814038 or 2790643. OLE color: 2790643.
HSL color Cylindrical-coordinate representation of color #F3942A: hue angle of 31.64º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3942A is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 148 | 42 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.05 |
| HSL | 31.64º | 0.89% | 0.56% | - |
| HSV(B) | 31.64º | 0.83% | 0.95% | - |
| XYZ | 47.97 | 40.4 | 7.46 | - |
| YUV | 164.32 | 58.97 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 148 | 42 | 0 | 0.39 | 0.83 | 0.05 | 31.64 | 0.89 | 0.56 |
| Hex | F3 | 94 | 2A | 0 | 27 | 53 | 5 | 20 | 59 | 38 |
| Octal | 363 | 224 | 52 | 0 | 47 | 123 | 5 | 40 | 131 | 70 |
| Binary | 11110011 | 10010100 | 101010 | 0 | 100111 | 1010011 | 101 | 100000 | 1011001 | 111000 |
Color Harmonies of #F3942A
Complementary color
Monochromatic Colors of #F3942A
Black with #F3942A
Text Example
Text Example
White with #F3942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3942A; }
p { color: rgb(243,148,42); }
H1.HeaderClassName
{
color: #F3942A;
}
.AnyTagClassName
{
color: #F3942A;
}
</style>
background-color css
<style>
a { background-color: #F3942A; }
a { background-color: rgb(243,148,42); }
div.DivClassName
{
background-color: #F3942A;
}
.BgClassName
{
background-color: #F3942A;
}
</style>
border-color css
<style>
span { border-color: #F3942A; }
span { border-color: rgb(243,148,42); }
td.TdClassName
{
border-color: #F3942A;
}
.TagClassName
{
border-color: #F3942A;
}
</style>