Shades of Pumpkin #FA720C
Tints of Pumpkin #FA720C
RGB
CMYK
RGB Variations
Color information
#FA720C (or 0xFA720C) is known color: Pumpkin. HEX triplet: FA, 72 and 0C. RGB value is (250,114,12). Sum of RGB (Red+Green+Blue) = 250+114+12=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA720C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA720C is #058DF3. Grayscale: #8F8F8F. Windows color (decimal): -364020 or 815866. OLE color: 815866.
HSL color Cylindrical-coordinate representation of color #FA720C: hue angle of 25.71º 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 #FA720C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 12 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.02 |
| HSL | 25.71º | 0.96% | 0.51% | - |
| HSV(B) | 25.71º | 0.95% | 0.98% | - |
| XYZ | 45.51 | 32.39 | 4.2 | - |
| YUV | 143.04 | 54.06 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 12 | 0 | 0.54 | 0.95 | 0.02 | 25.71 | 0.96 | 0.51 |
| Hex | FA | 72 | C | 0 | 36 | 5F | 2 | 1A | 60 | 33 |
| Octal | 372 | 162 | 14 | 0 | 66 | 137 | 2 | 32 | 140 | 63 |
| Binary | 11111010 | 1110010 | 1100 | 0 | 110110 | 1011111 | 10 | 11010 | 1100000 | 110011 |
Color Harmonies of #FA720C
Complementary color
Monochromatic Colors of #FA720C
Black with #FA720C
Text Example
Text Example
White with #FA720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA720C; }
p { color: rgb(250,114,12); }
H1.HeaderClassName
{
color: #FA720C;
}
.AnyTagClassName
{
color: #FA720C;
}
</style>
background-color css
<style>
a { background-color: #FA720C; }
a { background-color: rgb(250,114,12); }
div.DivClassName
{
background-color: #FA720C;
}
.BgClassName
{
background-color: #FA720C;
}
</style>
border-color css
<style>
span { border-color: #FA720C; }
span { border-color: rgb(250,114,12); }
td.TdClassName
{
border-color: #FA720C;
}
.TagClassName
{
border-color: #FA720C;
}
</style>