Shades of Pumpkin #F3661B
Tints of Pumpkin #F3661B
RGB
CMYK
RGB Variations
Color information
#F3661B (or 0xF3661B) is known color: Pumpkin. HEX triplet: F3, 66 and 1B. RGB value is (243,102,27). Sum of RGB (Red+Green+Blue) = 243+102+27=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F3661B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3661B is #0C99E4. Grayscale: #888888. Windows color (decimal): -825829 or 1795827. OLE color: 1795827.
HSL color Cylindrical-coordinate representation of color #F3661B: hue angle of 20.83º 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 #F3661B is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 27 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.05 |
| HSL | 20.83º | 0.9% | 0.53% | - |
| HSV(B) | 20.83º | 0.89% | 0.95% | - |
| XYZ | 41.91 | 28.64 | 4.36 | - |
| YUV | 135.61 | 66.71 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 27 | 0 | 0.58 | 0.89 | 0.05 | 20.83 | 0.9 | 0.53 |
| Hex | F3 | 66 | 1B | 0 | 3A | 59 | 5 | 15 | 5A | 35 |
| Octal | 363 | 146 | 33 | 0 | 72 | 131 | 5 | 25 | 132 | 65 |
| Binary | 11110011 | 1100110 | 11011 | 0 | 111010 | 1011001 | 101 | 10101 | 1011010 | 110101 |
Color Harmonies of #F3661B
Complementary color
Monochromatic Colors of #F3661B
Black with #F3661B
Text Example
Text Example
White with #F3661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3661B; }
p { color: rgb(243,102,27); }
H1.HeaderClassName
{
color: #F3661B;
}
.AnyTagClassName
{
color: #F3661B;
}
</style>
background-color css
<style>
a { background-color: #F3661B; }
a { background-color: rgb(243,102,27); }
div.DivClassName
{
background-color: #F3661B;
}
.BgClassName
{
background-color: #F3661B;
}
</style>
border-color css
<style>
span { border-color: #F3661B; }
span { border-color: rgb(243,102,27); }
td.TdClassName
{
border-color: #F3661B;
}
.TagClassName
{
border-color: #F3661B;
}
</style>