Shades of Pumpkin #FA6417
Tints of Pumpkin #FA6417
RGB
CMYK
RGB Variations
Color information
#FA6417 (or 0xFA6417) is known color: Pumpkin. HEX triplet: FA, 64 and 17. RGB value is (250,100,23). Sum of RGB (Red+Green+Blue) = 250+100+23=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6417 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6417 is #059BE8. Grayscale: #888888. Windows color (decimal): -367593 or 1533178. OLE color: 1533178.
HSL color Cylindrical-coordinate representation of color #FA6417: hue angle of 20.35º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA6417 is Cyan = 0, Magento = 0.6, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 23 | - |
| CMYK | 0 | 0.6 | 0.91 | 0.02 |
| HSL | 20.35º | 0.96% | 0.54% | - |
| HSV(B) | 20.35º | 0.91% | 0.98% | - |
| XYZ | 44.14 | 29.5 | 4.18 | - |
| YUV | 136.07 | 64.2 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 23 | 0 | 0.6 | 0.91 | 0.02 | 20.35 | 0.96 | 0.54 |
| Hex | FA | 64 | 17 | 0 | 3C | 5B | 2 | 14 | 60 | 36 |
| Octal | 372 | 144 | 27 | 0 | 74 | 133 | 2 | 24 | 140 | 66 |
| Binary | 11111010 | 1100100 | 10111 | 0 | 111100 | 1011011 | 10 | 10100 | 1100000 | 110110 |
Color Harmonies of #FA6417
Complementary color
Monochromatic Colors of #FA6417
Black with #FA6417
Text Example
Text Example
White with #FA6417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6417; }
p { color: rgb(250,100,23); }
H1.HeaderClassName
{
color: #FA6417;
}
.AnyTagClassName
{
color: #FA6417;
}
</style>
background-color css
<style>
a { background-color: #FA6417; }
a { background-color: rgb(250,100,23); }
div.DivClassName
{
background-color: #FA6417;
}
.BgClassName
{
background-color: #FA6417;
}
</style>
border-color css
<style>
span { border-color: #FA6417; }
span { border-color: rgb(250,100,23); }
td.TdClassName
{
border-color: #FA6417;
}
.TagClassName
{
border-color: #FA6417;
}
</style>