Shades of Carrot Orange #F3952C
Tints of Carrot Orange #F3952C
RGB
CMYK
RGB Variations
Color information
#F3952C (or 0xF3952C) is known color: Carrot Orange. HEX triplet: F3, 95 and 2C. RGB value is (243,149,44). Sum of RGB (Red+Green+Blue) = 243+149+44=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F3952C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3952C is #0C6AD3. Grayscale: #A5A5A5. Windows color (decimal): -813780 or 2921971. OLE color: 2921971.
HSL color Cylindrical-coordinate representation of color #F3952C: hue angle of 31.66º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3952C is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 44 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.05 |
| HSL | 31.66º | 0.89% | 0.56% | - |
| HSV(B) | 31.66º | 0.82% | 0.95% | - |
| XYZ | 48.16 | 40.73 | 7.71 | - |
| YUV | 165.14 | 59.64 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 44 | 0 | 0.39 | 0.82 | 0.05 | 31.66 | 0.89 | 0.56 |
| Hex | F3 | 95 | 2C | 0 | 27 | 52 | 5 | 20 | 59 | 38 |
| Octal | 363 | 225 | 54 | 0 | 47 | 122 | 5 | 40 | 131 | 70 |
| Binary | 11110011 | 10010101 | 101100 | 0 | 100111 | 1010010 | 101 | 100000 | 1011001 | 111000 |
Color Harmonies of #F3952C
Complementary color
Monochromatic Colors of #F3952C
Black with #F3952C
Text Example
Text Example
White with #F3952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3952C; }
p { color: rgb(243,149,44); }
H1.HeaderClassName
{
color: #F3952C;
}
.AnyTagClassName
{
color: #F3952C;
}
</style>
background-color css
<style>
a { background-color: #F3952C; }
a { background-color: rgb(243,149,44); }
div.DivClassName
{
background-color: #F3952C;
}
.BgClassName
{
background-color: #F3952C;
}
</style>
border-color css
<style>
span { border-color: #F3952C; }
span { border-color: rgb(243,149,44); }
td.TdClassName
{
border-color: #F3952C;
}
.TagClassName
{
border-color: #F3952C;
}
</style>