Shades of Pumpkin #F3741A
Tints of Pumpkin #F3741A
RGB
CMYK
RGB Variations
Color information
#F3741A (or 0xF3741A) is known color: Pumpkin. HEX triplet: F3, 74 and 1A. RGB value is (243,116,26). Sum of RGB (Red+Green+Blue) = 243+116+26=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F3741A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3741A is #0C8BE5. Grayscale: #909090. Windows color (decimal): -822246 or 1733875. OLE color: 1733875.
HSL color Cylindrical-coordinate representation of color #F3741A: hue angle of 24.88º 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 #F3741A is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 26 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.05 |
| HSL | 24.88º | 0.9% | 0.53% | - |
| HSV(B) | 24.88º | 0.89% | 0.95% | - |
| XYZ | 43.39 | 31.62 | 4.79 | - |
| YUV | 143.71 | 61.58 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 26 | 0 | 0.52 | 0.89 | 0.05 | 24.88 | 0.9 | 0.53 |
| Hex | F3 | 74 | 1A | 0 | 34 | 59 | 5 | 19 | 5A | 35 |
| Octal | 363 | 164 | 32 | 0 | 64 | 131 | 5 | 31 | 132 | 65 |
| Binary | 11110011 | 1110100 | 11010 | 0 | 110100 | 1011001 | 101 | 11001 | 1011010 | 110101 |
Color Harmonies of #F3741A
Complementary color
Monochromatic Colors of #F3741A
Black with #F3741A
Text Example
Text Example
White with #F3741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3741A; }
p { color: rgb(243,116,26); }
H1.HeaderClassName
{
color: #F3741A;
}
.AnyTagClassName
{
color: #F3741A;
}
</style>
background-color css
<style>
a { background-color: #F3741A; }
a { background-color: rgb(243,116,26); }
div.DivClassName
{
background-color: #F3741A;
}
.BgClassName
{
background-color: #F3741A;
}
</style>
border-color css
<style>
span { border-color: #F3741A; }
span { border-color: rgb(243,116,26); }
td.TdClassName
{
border-color: #F3741A;
}
.TagClassName
{
border-color: #F3741A;
}
</style>