Shades of Pumpkin #F6721A
Tints of Pumpkin #F6721A
RGB
CMYK
RGB Variations
Color information
#F6721A (or 0xF6721A) is known color: Pumpkin. HEX triplet: F6, 72 and 1A. RGB value is (246,114,26). Sum of RGB (Red+Green+Blue) = 246+114+26=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F6721A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6721A is #098DE5. Grayscale: #8F8F8F. Windows color (decimal): -626150 or 1733366. OLE color: 1733366.
HSL color Cylindrical-coordinate representation of color #F6721A: hue angle of 24º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6721A is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 26 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.04 |
| HSL | 24º | 0.92% | 0.53% | - |
| HSV(B) | 24º | 0.89% | 0.96% | - |
| XYZ | 44.21 | 31.7 | 4.77 | - |
| YUV | 143.44 | 61.73 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 26 | 0 | 0.54 | 0.89 | 0.04 | 24 | 0.92 | 0.53 |
| Hex | F6 | 72 | 1A | 0 | 36 | 59 | 4 | 18 | 5C | 35 |
| Octal | 366 | 162 | 32 | 0 | 66 | 131 | 4 | 30 | 134 | 65 |
| Binary | 11110110 | 1110010 | 11010 | 0 | 110110 | 1011001 | 100 | 11000 | 1011100 | 110101 |
Color Harmonies of #F6721A
Complementary color
Monochromatic Colors of #F6721A
Black with #F6721A
Text Example
Text Example
White with #F6721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6721A; }
p { color: rgb(246,114,26); }
H1.HeaderClassName
{
color: #F6721A;
}
.AnyTagClassName
{
color: #F6721A;
}
</style>
background-color css
<style>
a { background-color: #F6721A; }
a { background-color: rgb(246,114,26); }
div.DivClassName
{
background-color: #F6721A;
}
.BgClassName
{
background-color: #F6721A;
}
</style>
border-color css
<style>
span { border-color: #F6721A; }
span { border-color: rgb(246,114,26); }
td.TdClassName
{
border-color: #F6721A;
}
.TagClassName
{
border-color: #F6721A;
}
</style>