Shades of Pumpkin #F36314
Tints of Pumpkin #F36314
RGB
CMYK
RGB Variations
Color information
#F36314 (or 0xF36314) is known color: Pumpkin. HEX triplet: F3, 63 and 14. RGB value is (243,99,20). Sum of RGB (Red+Green+Blue) = 243+99+20=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F36314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36314 is #0C9CEB. Grayscale: #858585. Windows color (decimal): -826604 or 1336307. OLE color: 1336307.
HSL color Cylindrical-coordinate representation of color #F36314: hue angle of 21.26º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F36314 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 99 | 20 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.05 |
| HSL | 21.26º | 0.9% | 0.52% | - |
| HSV(B) | 21.26º | 0.92% | 0.95% | - |
| XYZ | 41.55 | 28.03 | 3.88 | - |
| YUV | 133.05 | 64.21 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 99 | 20 | 0 | 0.59 | 0.92 | 0.05 | 21.26 | 0.9 | 0.52 |
| Hex | F3 | 63 | 14 | 0 | 3B | 5C | 5 | 15 | 5A | 34 |
| Octal | 363 | 143 | 24 | 0 | 73 | 134 | 5 | 25 | 132 | 64 |
| Binary | 11110011 | 1100011 | 10100 | 0 | 111011 | 1011100 | 101 | 10101 | 1011010 | 110100 |
Color Harmonies of #F36314
Complementary color
Monochromatic Colors of #F36314
Black with #F36314
Text Example
Text Example
White with #F36314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36314; }
p { color: rgb(243,99,20); }
H1.HeaderClassName
{
color: #F36314;
}
.AnyTagClassName
{
color: #F36314;
}
</style>
background-color css
<style>
a { background-color: #F36314; }
a { background-color: rgb(243,99,20); }
div.DivClassName
{
background-color: #F36314;
}
.BgClassName
{
background-color: #F36314;
}
</style>
border-color css
<style>
span { border-color: #F36314; }
span { border-color: rgb(243,99,20); }
td.TdClassName
{
border-color: #F36314;
}
.TagClassName
{
border-color: #F36314;
}
</style>