Shades of Pumpkin #FA7D12
Tints of Pumpkin #FA7D12
RGB
CMYK
RGB Variations
Color information
#FA7D12 (or 0xFA7D12) is known color: Pumpkin. HEX triplet: FA, 7D and 12. RGB value is (250,125,18). Sum of RGB (Red+Green+Blue) = 250+125+18=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7D12 is #0582ED. Grayscale: #969696. Windows color (decimal): -361198 or 1211898. OLE color: 1211898.
HSL color Cylindrical-coordinate representation of color #FA7D12: hue angle of 27.67º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA7D12 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 18 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.02 |
| HSL | 27.67º | 0.96% | 0.53% | - |
| HSV(B) | 27.67º | 0.93% | 0.98% | - |
| XYZ | 46.87 | 35.03 | 4.86 | - |
| YUV | 150.18 | 53.41 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 18 | 0 | 0.50 | 0.93 | 0.02 | 27.67 | 0.96 | 0.53 |
| Hex | FA | 7D | 12 | 0 | 32 | 5D | 2 | 1C | 60 | 35 |
| Octal | 372 | 175 | 22 | 0 | 62 | 135 | 2 | 34 | 140 | 65 |
| Binary | 11111010 | 1111101 | 10010 | 0 | 110010 | 1011101 | 10 | 11100 | 1100000 | 110101 |
Color Harmonies of #FA7D12
Complementary color
Monochromatic Colors of #FA7D12
Black with #FA7D12
Text Example
Text Example
White with #FA7D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D12; }
p { color: rgb(250,125,18); }
H1.HeaderClassName
{
color: #FA7D12;
}
.AnyTagClassName
{
color: #FA7D12;
}
</style>
background-color css
<style>
a { background-color: #FA7D12; }
a { background-color: rgb(250,125,18); }
div.DivClassName
{
background-color: #FA7D12;
}
.BgClassName
{
background-color: #FA7D12;
}
</style>
border-color css
<style>
span { border-color: #FA7D12; }
span { border-color: rgb(250,125,18); }
td.TdClassName
{
border-color: #FA7D12;
}
.TagClassName
{
border-color: #FA7D12;
}
</style>