Shades of Pumpkin #FA790E
Tints of Pumpkin #FA790E
RGB
CMYK
RGB Variations
Color information
#FA790E (or 0xFA790E) is known color: Pumpkin. HEX triplet: FA, 79 and 0E. RGB value is (250,121,14). Sum of RGB (Red+Green+Blue) = 250+121+14=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA790E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA790E is #0586F1. Grayscale: #939393. Windows color (decimal): -362226 or 948730. OLE color: 948730.
HSL color Cylindrical-coordinate representation of color #FA790E: hue angle of 27.2º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA790E is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 14 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.02 |
| HSL | 27.2º | 0.96% | 0.52% | - |
| HSV(B) | 27.2º | 0.94% | 0.98% | - |
| XYZ | 46.34 | 34.03 | 4.54 | - |
| YUV | 147.37 | 52.74 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 14 | 0 | 0.52 | 0.94 | 0.02 | 27.2 | 0.96 | 0.52 |
| Hex | FA | 79 | E | 0 | 34 | 5E | 2 | 1B | 60 | 34 |
| Octal | 372 | 171 | 16 | 0 | 64 | 136 | 2 | 33 | 140 | 64 |
| Binary | 11111010 | 1111001 | 1110 | 0 | 110100 | 1011110 | 10 | 11011 | 1100000 | 110100 |
Color Harmonies of #FA790E
Complementary color
Monochromatic Colors of #FA790E
Black with #FA790E
Text Example
Text Example
White with #FA790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA790E; }
p { color: rgb(250,121,14); }
H1.HeaderClassName
{
color: #FA790E;
}
.AnyTagClassName
{
color: #FA790E;
}
</style>
background-color css
<style>
a { background-color: #FA790E; }
a { background-color: rgb(250,121,14); }
div.DivClassName
{
background-color: #FA790E;
}
.BgClassName
{
background-color: #FA790E;
}
</style>
border-color css
<style>
span { border-color: #FA790E; }
span { border-color: rgb(250,121,14); }
td.TdClassName
{
border-color: #FA790E;
}
.TagClassName
{
border-color: #FA790E;
}
</style>