Shades of Pumpkin #FA7A0C
Tints of Pumpkin #FA7A0C
RGB
CMYK
RGB Variations
Color information
#FA7A0C (or 0xFA7A0C) is known color: Pumpkin. HEX triplet: FA, 7A and 0C. RGB value is (250,122,12). Sum of RGB (Red+Green+Blue) = 250+122+12=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7A0C is #0585F3. Grayscale: #949494. Windows color (decimal): -361972 or 817914. OLE color: 817914.
HSL color Cylindrical-coordinate representation of color #FA7A0C: hue angle of 27.73º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA7A0C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 12 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.02 |
| HSL | 27.73º | 0.96% | 0.51% | - |
| HSV(B) | 27.73º | 0.95% | 0.98% | - |
| XYZ | 46.45 | 34.27 | 4.51 | - |
| YUV | 147.73 | 51.41 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 12 | 0 | 0.51 | 0.95 | 0.02 | 27.73 | 0.96 | 0.51 |
| Hex | FA | 7A | C | 0 | 33 | 5F | 2 | 1C | 60 | 33 |
| Octal | 372 | 172 | 14 | 0 | 63 | 137 | 2 | 34 | 140 | 63 |
| Binary | 11111010 | 1111010 | 1100 | 0 | 110011 | 1011111 | 10 | 11100 | 1100000 | 110011 |
Color Harmonies of #FA7A0C
Complementary color
Monochromatic Colors of #FA7A0C
Black with #FA7A0C
Text Example
Text Example
White with #FA7A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A0C; }
p { color: rgb(250,122,12); }
H1.HeaderClassName
{
color: #FA7A0C;
}
.AnyTagClassName
{
color: #FA7A0C;
}
</style>
background-color css
<style>
a { background-color: #FA7A0C; }
a { background-color: rgb(250,122,12); }
div.DivClassName
{
background-color: #FA7A0C;
}
.BgClassName
{
background-color: #FA7A0C;
}
</style>
border-color css
<style>
span { border-color: #FA7A0C; }
span { border-color: rgb(250,122,12); }
td.TdClassName
{
border-color: #FA7A0C;
}
.TagClassName
{
border-color: #FA7A0C;
}
</style>