Shades of Pumpkin #FA761C
Tints of Pumpkin #FA761C
RGB
CMYK
RGB Variations
Color information
#FA761C (or 0xFA761C) is known color: Pumpkin. HEX triplet: FA, 76 and 1C. RGB value is (250,118,28). Sum of RGB (Red+Green+Blue) = 250+118+28=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA761C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA761C is #0589E3. Grayscale: #939393. Windows color (decimal): -362980 or 1865466. OLE color: 1865466.
HSL color Cylindrical-coordinate representation of color #FA761C: hue angle of 24.32º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA761C is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 28 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.02 |
| HSL | 24.32º | 0.96% | 0.55% | - |
| HSV(B) | 24.32º | 0.89% | 0.98% | - |
| XYZ | 46.11 | 33.36 | 5.11 | - |
| YUV | 147.21 | 60.73 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 28 | 0 | 0.53 | 0.89 | 0.02 | 24.32 | 0.96 | 0.55 |
| Hex | FA | 76 | 1C | 0 | 35 | 59 | 2 | 18 | 60 | 37 |
| Octal | 372 | 166 | 34 | 0 | 65 | 131 | 2 | 30 | 140 | 67 |
| Binary | 11111010 | 1110110 | 11100 | 0 | 110101 | 1011001 | 10 | 11000 | 1100000 | 110111 |
Color Harmonies of #FA761C
Complementary color
Monochromatic Colors of #FA761C
Black with #FA761C
Text Example
Text Example
White with #FA761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA761C; }
p { color: rgb(250,118,28); }
H1.HeaderClassName
{
color: #FA761C;
}
.AnyTagClassName
{
color: #FA761C;
}
</style>
background-color css
<style>
a { background-color: #FA761C; }
a { background-color: rgb(250,118,28); }
div.DivClassName
{
background-color: #FA761C;
}
.BgClassName
{
background-color: #FA761C;
}
</style>
border-color css
<style>
span { border-color: #FA761C; }
span { border-color: rgb(250,118,28); }
td.TdClassName
{
border-color: #FA761C;
}
.TagClassName
{
border-color: #FA761C;
}
</style>