Shades of Pumpkin #FA7B19
Tints of Pumpkin #FA7B19
RGB
CMYK
RGB Variations
Color information
#FA7B19 (or 0xFA7B19) is known color: Pumpkin. HEX triplet: FA, 7B and 19. RGB value is (250,123,25). Sum of RGB (Red+Green+Blue) = 250+123+25=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7B19 is #0584E6. Grayscale: #969696. Windows color (decimal): -361703 or 1670138. OLE color: 1670138.
HSL color Cylindrical-coordinate representation of color #FA7B19: hue angle of 26.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA7B19 is Cyan = 0, Magento = 0.51, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 25 | - |
| CMYK | 0 | 0.51 | 0.9 | 0.02 |
| HSL | 26.13º | 0.96% | 0.54% | - |
| HSV(B) | 26.13º | 0.9% | 0.98% | - |
| XYZ | 46.68 | 34.56 | 5.13 | - |
| YUV | 149.8 | 57.58 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 25 | 0 | 0.51 | 0.9 | 0.02 | 26.13 | 0.96 | 0.54 |
| Hex | FA | 7B | 19 | 0 | 33 | 5A | 2 | 1A | 60 | 36 |
| Octal | 372 | 173 | 31 | 0 | 63 | 132 | 2 | 32 | 140 | 66 |
| Binary | 11111010 | 1111011 | 11001 | 0 | 110011 | 1011010 | 10 | 11010 | 1100000 | 110110 |
Color Harmonies of #FA7B19
Complementary color
Monochromatic Colors of #FA7B19
Black with #FA7B19
Text Example
Text Example
White with #FA7B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B19; }
p { color: rgb(250,123,25); }
H1.HeaderClassName
{
color: #FA7B19;
}
.AnyTagClassName
{
color: #FA7B19;
}
</style>
background-color css
<style>
a { background-color: #FA7B19; }
a { background-color: rgb(250,123,25); }
div.DivClassName
{
background-color: #FA7B19;
}
.BgClassName
{
background-color: #FA7B19;
}
</style>
border-color css
<style>
span { border-color: #FA7B19; }
span { border-color: rgb(250,123,25); }
td.TdClassName
{
border-color: #FA7B19;
}
.TagClassName
{
border-color: #FA7B19;
}
</style>