Shades of Pumpkin #F36B0F
Tints of Pumpkin #F36B0F
RGB
CMYK
RGB Variations
Color information
#F36B0F (or 0xF36B0F) is known color: Pumpkin. HEX triplet: F3, 6B and 0F. RGB value is (243,107,15). Sum of RGB (Red+Green+Blue) = 243+107+15=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F36B0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36B0F is #0C94F0. Grayscale: #898989. Windows color (decimal): -824561 or 1010675. OLE color: 1010675.
HSL color Cylindrical-coordinate representation of color #F36B0F: hue angle of 24.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F36B0F is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 107 | 15 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.05 |
| HSL | 24.21º | 0.9% | 0.51% | - |
| HSV(B) | 24.21º | 0.94% | 0.95% | - |
| XYZ | 42.31 | 29.6 | 3.94 | - |
| YUV | 137.18 | 59.06 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 107 | 15 | 0 | 0.56 | 0.94 | 0.05 | 24.21 | 0.9 | 0.51 |
| Hex | F3 | 6B | F | 0 | 38 | 5E | 5 | 18 | 5A | 33 |
| Octal | 363 | 153 | 17 | 0 | 70 | 136 | 5 | 30 | 132 | 63 |
| Binary | 11110011 | 1101011 | 1111 | 0 | 111000 | 1011110 | 101 | 11000 | 1011010 | 110011 |
Color Harmonies of #F36B0F
Complementary color
Monochromatic Colors of #F36B0F
Black with #F36B0F
Text Example
Text Example
White with #F36B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36B0F; }
p { color: rgb(243,107,15); }
H1.HeaderClassName
{
color: #F36B0F;
}
.AnyTagClassName
{
color: #F36B0F;
}
</style>
background-color css
<style>
a { background-color: #F36B0F; }
a { background-color: rgb(243,107,15); }
div.DivClassName
{
background-color: #F36B0F;
}
.BgClassName
{
background-color: #F36B0F;
}
</style>
border-color css
<style>
span { border-color: #F36B0F; }
span { border-color: rgb(243,107,15); }
td.TdClassName
{
border-color: #F36B0F;
}
.TagClassName
{
border-color: #F36B0F;
}
</style>