Shades of Pumpkin #F68125
Tints of Pumpkin #F68125
RGB
CMYK
RGB Variations
Color information
#F68125 (or 0xF68125) is known color: Pumpkin. HEX triplet: F6, 81 and 25. RGB value is (246,129,37). Sum of RGB (Red+Green+Blue) = 246+129+37=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 37 (14.84% from 255 or 8.98% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F68125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68125 is #097EDA. Grayscale: #999999. Windows color (decimal): -622299 or 2458102. OLE color: 2458102.
HSL color Cylindrical-coordinate representation of color #F68125: hue angle of 26.41º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F68125 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 37 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.04 |
| HSL | 26.41º | 0.92% | 0.55% | - |
| HSV(B) | 26.41º | 0.85% | 0.96% | - |
| XYZ | 46.19 | 35.43 | 6.15 | - |
| YUV | 153.5 | 62.26 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 37 | 0 | 0.48 | 0.85 | 0.04 | 26.41 | 0.92 | 0.55 |
| Hex | F6 | 81 | 25 | 0 | 30 | 55 | 4 | 1A | 5C | 37 |
| Octal | 366 | 201 | 45 | 0 | 60 | 125 | 4 | 32 | 134 | 67 |
| Binary | 11110110 | 10000001 | 100101 | 0 | 110000 | 1010101 | 100 | 11010 | 1011100 | 110111 |
Color Harmonies of #F68125
Complementary color
Monochromatic Colors of #F68125
Black with #F68125
Text Example
Text Example
White with #F68125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68125; }
p { color: rgb(246,129,37); }
H1.HeaderClassName
{
color: #F68125;
}
.AnyTagClassName
{
color: #F68125;
}
</style>
background-color css
<style>
a { background-color: #F68125; }
a { background-color: rgb(246,129,37); }
div.DivClassName
{
background-color: #F68125;
}
.BgClassName
{
background-color: #F68125;
}
</style>
border-color css
<style>
span { border-color: #F68125; }
span { border-color: rgb(246,129,37); }
td.TdClassName
{
border-color: #F68125;
}
.TagClassName
{
border-color: #F68125;
}
</style>