Shades of Pumpkin #FA7928
Tints of Pumpkin #FA7928
RGB
CMYK
RGB Variations
Color information
#FA7928 (or 0xFA7928) is known color: Pumpkin. HEX triplet: FA, 79 and 28. RGB value is (250,121,40). Sum of RGB (Red+Green+Blue) = 250+121+40=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7928 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7928 is #0586D7. Grayscale: #969696. Windows color (decimal): -362200 or 2652666. OLE color: 2652666.
HSL color Cylindrical-coordinate representation of color #FA7928: hue angle of 23.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA7928 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 40 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.02 |
| HSL | 23.14º | 0.95% | 0.57% | - |
| HSV(B) | 23.14º | 0.84% | 0.98% | - |
| XYZ | 46.64 | 34.15 | 6.14 | - |
| YUV | 150.34 | 65.74 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 40 | 0 | 0.52 | 0.84 | 0.02 | 23.14 | 0.95 | 0.57 |
| Hex | FA | 79 | 28 | 0 | 34 | 54 | 2 | 17 | 5F | 39 |
| Octal | 372 | 171 | 50 | 0 | 64 | 124 | 2 | 27 | 137 | 71 |
| Binary | 11111010 | 1111001 | 101000 | 0 | 110100 | 1010100 | 10 | 10111 | 1011111 | 111001 |
Color Harmonies of #FA7928
Complementary color
Monochromatic Colors of #FA7928
Black with #FA7928
Text Example
Text Example
White with #FA7928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7928; }
p { color: rgb(250,121,40); }
H1.HeaderClassName
{
color: #FA7928;
}
.AnyTagClassName
{
color: #FA7928;
}
</style>
background-color css
<style>
a { background-color: #FA7928; }
a { background-color: rgb(250,121,40); }
div.DivClassName
{
background-color: #FA7928;
}
.BgClassName
{
background-color: #FA7928;
}
</style>
border-color css
<style>
span { border-color: #FA7928; }
span { border-color: rgb(250,121,40); }
td.TdClassName
{
border-color: #FA7928;
}
.TagClassName
{
border-color: #FA7928;
}
</style>