Shades of Pumpkin #FA731A
Tints of Pumpkin #FA731A
RGB
CMYK
RGB Variations
Color information
#FA731A (or 0xFA731A) is known color: Pumpkin. HEX triplet: FA, 73 and 1A. RGB value is (250,115,26). Sum of RGB (Red+Green+Blue) = 250+115+26=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA731A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA731A is #058CE5. Grayscale: #919191. Windows color (decimal): -363750 or 1733626. OLE color: 1733626.
HSL color Cylindrical-coordinate representation of color #FA731A: hue angle of 23.84º 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 #FA731A is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 26 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.02 |
| HSL | 23.84º | 0.96% | 0.54% | - |
| HSV(B) | 23.84º | 0.9% | 0.98% | - |
| XYZ | 45.74 | 32.66 | 4.87 | - |
| YUV | 145.22 | 60.73 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 26 | 0 | 0.54 | 0.90 | 0.02 | 23.84 | 0.96 | 0.54 |
| Hex | FA | 73 | 1A | 0 | 36 | 5A | 2 | 18 | 60 | 36 |
| Octal | 372 | 163 | 32 | 0 | 66 | 132 | 2 | 30 | 140 | 66 |
| Binary | 11111010 | 1110011 | 11010 | 0 | 110110 | 1011010 | 10 | 11000 | 1100000 | 110110 |
Color Harmonies of #FA731A
Complementary color
Monochromatic Colors of #FA731A
Black with #FA731A
Text Example
Text Example
White with #FA731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA731A; }
p { color: rgb(250,115,26); }
H1.HeaderClassName
{
color: #FA731A;
}
.AnyTagClassName
{
color: #FA731A;
}
</style>
background-color css
<style>
a { background-color: #FA731A; }
a { background-color: rgb(250,115,26); }
div.DivClassName
{
background-color: #FA731A;
}
.BgClassName
{
background-color: #FA731A;
}
</style>
border-color css
<style>
span { border-color: #FA731A; }
span { border-color: rgb(250,115,26); }
td.TdClassName
{
border-color: #FA731A;
}
.TagClassName
{
border-color: #FA731A;
}
</style>