Shades of Pumpkin #FA8423
Tints of Pumpkin #FA8423
RGB
CMYK
RGB Variations
Color information
#FA8423 (or 0xFA8423) is known color: Pumpkin. HEX triplet: FA, 84 and 23. RGB value is (250,132,35). Sum of RGB (Red+Green+Blue) = 250+132+35=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8423 is #057BDC. Grayscale: #9C9C9C. Windows color (decimal): -359389 or 2327802. OLE color: 2327802.
HSL color Cylindrical-coordinate representation of color #FA8423: hue angle of 27.07º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA8423 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 35 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.02 |
| HSL | 27.07º | 0.96% | 0.56% | - |
| HSV(B) | 27.07º | 0.86% | 0.98% | - |
| XYZ | 47.98 | 36.95 | 6.19 | - |
| YUV | 156.22 | 59.59 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 35 | 0 | 0.47 | 0.86 | 0.02 | 27.07 | 0.96 | 0.56 |
| Hex | FA | 84 | 23 | 0 | 2F | 56 | 2 | 1B | 60 | 38 |
| Octal | 372 | 204 | 43 | 0 | 57 | 126 | 2 | 33 | 140 | 70 |
| Binary | 11111010 | 10000100 | 100011 | 0 | 101111 | 1010110 | 10 | 11011 | 1100000 | 111000 |
Color Harmonies of #FA8423
Complementary color
Monochromatic Colors of #FA8423
Black with #FA8423
Text Example
Text Example
White with #FA8423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8423; }
p { color: rgb(250,132,35); }
H1.HeaderClassName
{
color: #FA8423;
}
.AnyTagClassName
{
color: #FA8423;
}
</style>
background-color css
<style>
a { background-color: #FA8423; }
a { background-color: rgb(250,132,35); }
div.DivClassName
{
background-color: #FA8423;
}
.BgClassName
{
background-color: #FA8423;
}
</style>
border-color css
<style>
span { border-color: #FA8423; }
span { border-color: rgb(250,132,35); }
td.TdClassName
{
border-color: #FA8423;
}
.TagClassName
{
border-color: #FA8423;
}
</style>