Shades of Pumpkin #FA7527
Tints of Pumpkin #FA7527
RGB
CMYK
RGB Variations
Color information
#FA7527 (or 0xFA7527) is known color: Pumpkin. HEX triplet: FA, 75 and 27. RGB value is (250,117,39). Sum of RGB (Red+Green+Blue) = 250+117+39=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7527 is #058AD8. Grayscale: #949494. Windows color (decimal): -363225 or 2586106. OLE color: 2586106.
HSL color Cylindrical-coordinate representation of color #FA7527: hue angle of 22.18º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA7527 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 39 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.02 |
| HSL | 22.18º | 0.95% | 0.57% | - |
| HSV(B) | 22.18º | 0.84% | 0.98% | - |
| XYZ | 46.15 | 33.19 | 5.89 | - |
| YUV | 147.88 | 66.56 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 39 | 0 | 0.53 | 0.84 | 0.02 | 22.18 | 0.95 | 0.57 |
| Hex | FA | 75 | 27 | 0 | 35 | 54 | 2 | 16 | 5F | 39 |
| Octal | 372 | 165 | 47 | 0 | 65 | 124 | 2 | 26 | 137 | 71 |
| Binary | 11111010 | 1110101 | 100111 | 0 | 110101 | 1010100 | 10 | 10110 | 1011111 | 111001 |
Color Harmonies of #FA7527
Complementary color
Monochromatic Colors of #FA7527
Black with #FA7527
Text Example
Text Example
White with #FA7527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7527; }
p { color: rgb(250,117,39); }
H1.HeaderClassName
{
color: #FA7527;
}
.AnyTagClassName
{
color: #FA7527;
}
</style>
background-color css
<style>
a { background-color: #FA7527; }
a { background-color: rgb(250,117,39); }
div.DivClassName
{
background-color: #FA7527;
}
.BgClassName
{
background-color: #FA7527;
}
</style>
border-color css
<style>
span { border-color: #FA7527; }
span { border-color: rgb(250,117,39); }
td.TdClassName
{
border-color: #FA7527;
}
.TagClassName
{
border-color: #FA7527;
}
</style>