Shades of Pumpkin #FA721E
Tints of Pumpkin #FA721E
RGB
CMYK
RGB Variations
Color information
#FA721E (or 0xFA721E) is known color: Pumpkin. HEX triplet: FA, 72 and 1E. RGB value is (250,114,30). Sum of RGB (Red+Green+Blue) = 250+114+30=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA721E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA721E is #058DE1. Grayscale: #919191. Windows color (decimal): -364002 or 1995514. OLE color: 1995514.
HSL color Cylindrical-coordinate representation of color #FA721E: hue angle of 22.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA721E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 30 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.02 |
| HSL | 22.91º | 0.96% | 0.55% | - |
| HSV(B) | 22.91º | 0.88% | 0.98% | - |
| XYZ | 45.68 | 32.45 | 5.08 | - |
| YUV | 145.09 | 63.06 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 30 | 0 | 0.54 | 0.88 | 0.02 | 22.91 | 0.96 | 0.55 |
| Hex | FA | 72 | 1E | 0 | 36 | 58 | 2 | 17 | 60 | 37 |
| Octal | 372 | 162 | 36 | 0 | 66 | 130 | 2 | 27 | 140 | 67 |
| Binary | 11111010 | 1110010 | 11110 | 0 | 110110 | 1011000 | 10 | 10111 | 1100000 | 110111 |
Color Harmonies of #FA721E
Complementary color
Monochromatic Colors of #FA721E
Black with #FA721E
Text Example
Text Example
White with #FA721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA721E; }
p { color: rgb(250,114,30); }
H1.HeaderClassName
{
color: #FA721E;
}
.AnyTagClassName
{
color: #FA721E;
}
</style>
background-color css
<style>
a { background-color: #FA721E; }
a { background-color: rgb(250,114,30); }
div.DivClassName
{
background-color: #FA721E;
}
.BgClassName
{
background-color: #FA721E;
}
</style>
border-color css
<style>
span { border-color: #FA721E; }
span { border-color: rgb(250,114,30); }
td.TdClassName
{
border-color: #FA721E;
}
.TagClassName
{
border-color: #FA721E;
}
</style>