Shades of Pumpkin #FA671D
Tints of Pumpkin #FA671D
RGB
CMYK
RGB Variations
Color information
#FA671D (or 0xFA671D) is known color: Pumpkin. HEX triplet: FA, 67 and 1D. RGB value is (250,103,29). Sum of RGB (Red+Green+Blue) = 250+103+29=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA671D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA671D is #0598E2. Grayscale: #8A8A8A. Windows color (decimal): -366819 or 1927162. OLE color: 1927162.
HSL color Cylindrical-coordinate representation of color #FA671D: hue angle of 20.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA671D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 29 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.02 |
| HSL | 20.09º | 0.96% | 0.55% | - |
| HSV(B) | 20.09º | 0.88% | 0.98% | - |
| XYZ | 44.5 | 30.11 | 4.63 | - |
| YUV | 138.52 | 66.2 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 29 | 0 | 0.59 | 0.88 | 0.02 | 20.09 | 0.96 | 0.55 |
| Hex | FA | 67 | 1D | 0 | 3B | 58 | 2 | 14 | 60 | 37 |
| Octal | 372 | 147 | 35 | 0 | 73 | 130 | 2 | 24 | 140 | 67 |
| Binary | 11111010 | 1100111 | 11101 | 0 | 111011 | 1011000 | 10 | 10100 | 1100000 | 110111 |
Color Harmonies of #FA671D
Complementary color
Monochromatic Colors of #FA671D
Black with #FA671D
Text Example
Text Example
White with #FA671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA671D; }
p { color: rgb(250,103,29); }
H1.HeaderClassName
{
color: #FA671D;
}
.AnyTagClassName
{
color: #FA671D;
}
</style>
background-color css
<style>
a { background-color: #FA671D; }
a { background-color: rgb(250,103,29); }
div.DivClassName
{
background-color: #FA671D;
}
.BgClassName
{
background-color: #FA671D;
}
</style>
border-color css
<style>
span { border-color: #FA671D; }
span { border-color: rgb(250,103,29); }
td.TdClassName
{
border-color: #FA671D;
}
.TagClassName
{
border-color: #FA671D;
}
</style>