Shades of Pumpkin #F36F0D
Tints of Pumpkin #F36F0D
RGB
CMYK
RGB Variations
Color information
#F36F0D (or 0xF36F0D) is known color: Pumpkin. HEX triplet: F3, 6F and 0D. RGB value is (243,111,13). Sum of RGB (Red+Green+Blue) = 243+111+13=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36F0D is #0C90F2. Grayscale: #8B8B8B. Windows color (decimal): -823539 or 880627. OLE color: 880627.
HSL color Cylindrical-coordinate representation of color #F36F0D: hue angle of 25.57º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F36F0D is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 13 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.05 |
| HSL | 25.57º | 0.91% | 0.5% | - |
| HSV(B) | 25.57º | 0.95% | 0.95% | - |
| XYZ | 42.72 | 30.45 | 4.01 | - |
| YUV | 139.3 | 56.73 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 13 | 0 | 0.54 | 0.95 | 0.05 | 25.57 | 0.91 | 0.5 |
| Hex | F3 | 6F | D | 0 | 36 | 5F | 5 | 1A | 5B | 32 |
| Octal | 363 | 157 | 15 | 0 | 66 | 137 | 5 | 32 | 133 | 62 |
| Binary | 11110011 | 1101111 | 1101 | 0 | 110110 | 1011111 | 101 | 11010 | 1011011 | 110010 |
Color Harmonies of #F36F0D
Complementary color
Monochromatic Colors of #F36F0D
Black with #F36F0D
Text Example
Text Example
White with #F36F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F0D; }
p { color: rgb(243,111,13); }
H1.HeaderClassName
{
color: #F36F0D;
}
.AnyTagClassName
{
color: #F36F0D;
}
</style>
background-color css
<style>
a { background-color: #F36F0D; }
a { background-color: rgb(243,111,13); }
div.DivClassName
{
background-color: #F36F0D;
}
.BgClassName
{
background-color: #F36F0D;
}
</style>
border-color css
<style>
span { border-color: #F36F0D; }
span { border-color: rgb(243,111,13); }
td.TdClassName
{
border-color: #F36F0D;
}
.TagClassName
{
border-color: #F36F0D;
}
</style>