Shades of Pumpkin #FA7607
Tints of Pumpkin #FA7607
RGB
CMYK
RGB Variations
Color information
#FA7607 (or 0xFA7607) is known color: Pumpkin. HEX triplet: FA, 76 and 07. RGB value is (250,118,7). Sum of RGB (Red+Green+Blue) = 250+118+7=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7607 is #0589F8. Grayscale: #919191. Windows color (decimal): -363001 or 489210. OLE color: 489210.
HSL color Cylindrical-coordinate representation of color #FA7607: hue angle of 27.41º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA7607 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 7 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.02 |
| HSL | 27.41º | 0.96% | 0.5% | - |
| HSV(B) | 27.41º | 0.97% | 0.98% | - |
| XYZ | 45.94 | 33.3 | 4.21 | - |
| YUV | 144.81 | 50.23 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 7 | 0 | 0.53 | 0.97 | 0.02 | 27.41 | 0.96 | 0.5 |
| Hex | FA | 76 | 7 | 0 | 35 | 61 | 2 | 1B | 60 | 32 |
| Octal | 372 | 166 | 7 | 0 | 65 | 141 | 2 | 33 | 140 | 62 |
| Binary | 11111010 | 1110110 | 111 | 0 | 110101 | 1100001 | 10 | 11011 | 1100000 | 110010 |
Color Harmonies of #FA7607
Complementary color
Monochromatic Colors of #FA7607
Black with #FA7607
Text Example
Text Example
White with #FA7607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7607; }
p { color: rgb(250,118,7); }
H1.HeaderClassName
{
color: #FA7607;
}
.AnyTagClassName
{
color: #FA7607;
}
</style>
background-color css
<style>
a { background-color: #FA7607; }
a { background-color: rgb(250,118,7); }
div.DivClassName
{
background-color: #FA7607;
}
.BgClassName
{
background-color: #FA7607;
}
</style>
border-color css
<style>
span { border-color: #FA7607; }
span { border-color: rgb(250,118,7); }
td.TdClassName
{
border-color: #FA7607;
}
.TagClassName
{
border-color: #FA7607;
}
</style>