Shades of Pumpkin #FA681C
Tints of Pumpkin #FA681C
RGB
CMYK
RGB Variations
Color information
#FA681C (or 0xFA681C) is known color: Pumpkin. HEX triplet: FA, 68 and 1C. RGB value is (250,104,28). Sum of RGB (Red+Green+Blue) = 250+104+28=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA681C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA681C is #0597E3. Grayscale: #8B8B8B. Windows color (decimal): -366564 or 1861882. OLE color: 1861882.
HSL color Cylindrical-coordinate representation of color #FA681C: hue angle of 20.54º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA681C is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 28 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.02 |
| HSL | 20.54º | 0.96% | 0.55% | - |
| HSV(B) | 20.54º | 0.89% | 0.98% | - |
| XYZ | 44.58 | 30.31 | 4.6 | - |
| YUV | 138.99 | 65.37 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 28 | 0 | 0.58 | 0.89 | 0.02 | 20.54 | 0.96 | 0.55 |
| Hex | FA | 68 | 1C | 0 | 3A | 59 | 2 | 15 | 60 | 37 |
| Octal | 372 | 150 | 34 | 0 | 72 | 131 | 2 | 25 | 140 | 67 |
| Binary | 11111010 | 1101000 | 11100 | 0 | 111010 | 1011001 | 10 | 10101 | 1100000 | 110111 |
Color Harmonies of #FA681C
Complementary color
Monochromatic Colors of #FA681C
Black with #FA681C
Text Example
Text Example
White with #FA681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA681C; }
p { color: rgb(250,104,28); }
H1.HeaderClassName
{
color: #FA681C;
}
.AnyTagClassName
{
color: #FA681C;
}
</style>
background-color css
<style>
a { background-color: #FA681C; }
a { background-color: rgb(250,104,28); }
div.DivClassName
{
background-color: #FA681C;
}
.BgClassName
{
background-color: #FA681C;
}
</style>
border-color css
<style>
span { border-color: #FA681C; }
span { border-color: rgb(250,104,28); }
td.TdClassName
{
border-color: #FA681C;
}
.TagClassName
{
border-color: #FA681C;
}
</style>