Shades of Pumpkin #FA7B28
Tints of Pumpkin #FA7B28
RGB
CMYK
RGB Variations
Color information
#FA7B28 (or 0xFA7B28) is known color: Pumpkin. HEX triplet: FA, 7B and 28. RGB value is (250,123,40). Sum of RGB (Red+Green+Blue) = 250+123+40=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7B28 is #0584D7. Grayscale: #979797. Windows color (decimal): -361688 or 2653178. OLE color: 2653178.
HSL color Cylindrical-coordinate representation of color #FA7B28: hue angle of 23.71º 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 #FA7B28 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 40 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.02 |
| HSL | 23.71º | 0.95% | 0.57% | - |
| HSV(B) | 23.71º | 0.84% | 0.98% | - |
| XYZ | 46.89 | 34.64 | 6.22 | - |
| YUV | 151.51 | 65.08 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 40 | 0 | 0.51 | 0.84 | 0.02 | 23.71 | 0.95 | 0.57 |
| Hex | FA | 7B | 28 | 0 | 33 | 54 | 2 | 18 | 5F | 39 |
| Octal | 372 | 173 | 50 | 0 | 63 | 124 | 2 | 30 | 137 | 71 |
| Binary | 11111010 | 1111011 | 101000 | 0 | 110011 | 1010100 | 10 | 11000 | 1011111 | 111001 |
Color Harmonies of #FA7B28
Complementary color
Monochromatic Colors of #FA7B28
Black with #FA7B28
Text Example
Text Example
White with #FA7B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B28; }
p { color: rgb(250,123,40); }
H1.HeaderClassName
{
color: #FA7B28;
}
.AnyTagClassName
{
color: #FA7B28;
}
</style>
background-color css
<style>
a { background-color: #FA7B28; }
a { background-color: rgb(250,123,40); }
div.DivClassName
{
background-color: #FA7B28;
}
.BgClassName
{
background-color: #FA7B28;
}
</style>
border-color css
<style>
span { border-color: #FA7B28; }
span { border-color: rgb(250,123,40); }
td.TdClassName
{
border-color: #FA7B28;
}
.TagClassName
{
border-color: #FA7B28;
}
</style>