Shades of Pumpkin #FA6616
Tints of Pumpkin #FA6616
RGB
CMYK
RGB Variations
Color information
#FA6616 (or 0xFA6616) is known color: Pumpkin. HEX triplet: FA, 66 and 16. RGB value is (250,102,22). Sum of RGB (Red+Green+Blue) = 250+102+22=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6616 is #0599E9. Grayscale: #898989. Windows color (decimal): -367082 or 1468154. OLE color: 1468154.
HSL color Cylindrical-coordinate representation of color #FA6616: hue angle of 21.05º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA6616 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 22 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.02 |
| HSL | 21.05º | 0.96% | 0.53% | - |
| HSV(B) | 21.05º | 0.91% | 0.98% | - |
| XYZ | 44.32 | 29.88 | 4.19 | - |
| YUV | 137.13 | 63.03 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 22 | 0 | 0.59 | 0.91 | 0.02 | 21.05 | 0.96 | 0.53 |
| Hex | FA | 66 | 16 | 0 | 3B | 5B | 2 | 15 | 60 | 35 |
| Octal | 372 | 146 | 26 | 0 | 73 | 133 | 2 | 25 | 140 | 65 |
| Binary | 11111010 | 1100110 | 10110 | 0 | 111011 | 1011011 | 10 | 10101 | 1100000 | 110101 |
Color Harmonies of #FA6616
Complementary color
Monochromatic Colors of #FA6616
Black with #FA6616
Text Example
Text Example
White with #FA6616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6616; }
p { color: rgb(250,102,22); }
H1.HeaderClassName
{
color: #FA6616;
}
.AnyTagClassName
{
color: #FA6616;
}
</style>
background-color css
<style>
a { background-color: #FA6616; }
a { background-color: rgb(250,102,22); }
div.DivClassName
{
background-color: #FA6616;
}
.BgClassName
{
background-color: #FA6616;
}
</style>
border-color css
<style>
span { border-color: #FA6616; }
span { border-color: rgb(250,102,22); }
td.TdClassName
{
border-color: #FA6616;
}
.TagClassName
{
border-color: #FA6616;
}
</style>