Shades of Pumpkin #FA761E
Tints of Pumpkin #FA761E
RGB
CMYK
RGB Variations
Color information
#FA761E (or 0xFA761E) is known color: Pumpkin. HEX triplet: FA, 76 and 1E. RGB value is (250,118,30). Sum of RGB (Red+Green+Blue) = 250+118+30=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA761E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA761E is #0589E1. Grayscale: #939393. Windows color (decimal): -362978 or 1996538. OLE color: 1996538.
HSL color Cylindrical-coordinate representation of color #FA761E: hue angle of 24º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA761E is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 30 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.02 |
| HSL | 24º | 0.96% | 0.55% | - |
| HSV(B) | 24º | 0.88% | 0.98% | - |
| XYZ | 46.14 | 33.37 | 5.24 | - |
| YUV | 147.44 | 61.73 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 30 | 0 | 0.53 | 0.88 | 0.02 | 24 | 0.96 | 0.55 |
| Hex | FA | 76 | 1E | 0 | 35 | 58 | 2 | 18 | 60 | 37 |
| Octal | 372 | 166 | 36 | 0 | 65 | 130 | 2 | 30 | 140 | 67 |
| Binary | 11111010 | 1110110 | 11110 | 0 | 110101 | 1011000 | 10 | 11000 | 1100000 | 110111 |
Color Harmonies of #FA761E
Complementary color
Monochromatic Colors of #FA761E
Black with #FA761E
Text Example
Text Example
White with #FA761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA761E; }
p { color: rgb(250,118,30); }
H1.HeaderClassName
{
color: #FA761E;
}
.AnyTagClassName
{
color: #FA761E;
}
</style>
background-color css
<style>
a { background-color: #FA761E; }
a { background-color: rgb(250,118,30); }
div.DivClassName
{
background-color: #FA761E;
}
.BgClassName
{
background-color: #FA761E;
}
</style>
border-color css
<style>
span { border-color: #FA761E; }
span { border-color: rgb(250,118,30); }
td.TdClassName
{
border-color: #FA761E;
}
.TagClassName
{
border-color: #FA761E;
}
</style>