Shades of Pumpkin #FA671F
Tints of Pumpkin #FA671F
RGB
CMYK
RGB Variations
Color information
#FA671F (or 0xFA671F) is known color: Pumpkin. HEX triplet: FA, 67 and 1F. RGB value is (250,103,31). Sum of RGB (Red+Green+Blue) = 250+103+31=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA671F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA671F is #0598E0. Grayscale: #8B8B8B. Windows color (decimal): -366817 or 2058234. OLE color: 2058234.
HSL color Cylindrical-coordinate representation of color #FA671F: hue angle of 19.73º 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 #FA671F is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 31 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.02 |
| HSL | 19.73º | 0.96% | 0.55% | - |
| HSV(B) | 19.73º | 0.88% | 0.98% | - |
| XYZ | 44.52 | 30.12 | 4.76 | - |
| YUV | 138.75 | 67.2 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 31 | 0 | 0.59 | 0.88 | 0.02 | 19.73 | 0.96 | 0.55 |
| Hex | FA | 67 | 1F | 0 | 3B | 58 | 2 | 14 | 60 | 37 |
| Octal | 372 | 147 | 37 | 0 | 73 | 130 | 2 | 24 | 140 | 67 |
| Binary | 11111010 | 1100111 | 11111 | 0 | 111011 | 1011000 | 10 | 10100 | 1100000 | 110111 |
Color Harmonies of #FA671F
Complementary color
Monochromatic Colors of #FA671F
Black with #FA671F
Text Example
Text Example
White with #FA671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA671F; }
p { color: rgb(250,103,31); }
H1.HeaderClassName
{
color: #FA671F;
}
.AnyTagClassName
{
color: #FA671F;
}
</style>
background-color css
<style>
a { background-color: #FA671F; }
a { background-color: rgb(250,103,31); }
div.DivClassName
{
background-color: #FA671F;
}
.BgClassName
{
background-color: #FA671F;
}
</style>
border-color css
<style>
span { border-color: #FA671F; }
span { border-color: rgb(250,103,31); }
td.TdClassName
{
border-color: #FA671F;
}
.TagClassName
{
border-color: #FA671F;
}
</style>