Shades of Pumpkin #FA7B14
Tints of Pumpkin #FA7B14
RGB
CMYK
RGB Variations
Color information
#FA7B14 (or 0xFA7B14) is known color: Pumpkin. HEX triplet: FA, 7B and 14. RGB value is (250,123,20). Sum of RGB (Red+Green+Blue) = 250+123+20=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7B14 is #0584EB. Grayscale: #959595. Windows color (decimal): -361708 or 1342458. OLE color: 1342458.
HSL color Cylindrical-coordinate representation of color #FA7B14: hue angle of 26.87º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA7B14 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 20 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.02 |
| HSL | 26.87º | 0.96% | 0.53% | - |
| HSV(B) | 26.87º | 0.92% | 0.98% | - |
| XYZ | 46.63 | 34.54 | 4.87 | - |
| YUV | 149.23 | 55.08 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 20 | 0 | 0.51 | 0.92 | 0.02 | 26.87 | 0.96 | 0.53 |
| Hex | FA | 7B | 14 | 0 | 33 | 5C | 2 | 1B | 60 | 35 |
| Octal | 372 | 173 | 24 | 0 | 63 | 134 | 2 | 33 | 140 | 65 |
| Binary | 11111010 | 1111011 | 10100 | 0 | 110011 | 1011100 | 10 | 11011 | 1100000 | 110101 |
Color Harmonies of #FA7B14
Complementary color
Monochromatic Colors of #FA7B14
Black with #FA7B14
Text Example
Text Example
White with #FA7B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B14; }
p { color: rgb(250,123,20); }
H1.HeaderClassName
{
color: #FA7B14;
}
.AnyTagClassName
{
color: #FA7B14;
}
</style>
background-color css
<style>
a { background-color: #FA7B14; }
a { background-color: rgb(250,123,20); }
div.DivClassName
{
background-color: #FA7B14;
}
.BgClassName
{
background-color: #FA7B14;
}
</style>
border-color css
<style>
span { border-color: #FA7B14; }
span { border-color: rgb(250,123,20); }
td.TdClassName
{
border-color: #FA7B14;
}
.TagClassName
{
border-color: #FA7B14;
}
</style>