Shades of Pumpkin #FB761C
Tints of Pumpkin #FB761C
RGB
CMYK
RGB Variations
Color information
#FB761C (or 0xFB761C) is known color: Pumpkin. HEX triplet: FB, 76 and 1C. RGB value is (251,118,28). Sum of RGB (Red+Green+Blue) = 251+118+28=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB761C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB761C is #0489E3. Grayscale: #949494. Windows color (decimal): -297444 or 1865467. OLE color: 1865467.
HSL color Cylindrical-coordinate representation of color #FB761C: hue angle of 24.22º degrees, saturation: 0.97, 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 #FB761C is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 28 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.02 |
| HSL | 24.22º | 0.97% | 0.55% | - |
| HSV(B) | 24.22º | 0.89% | 0.98% | - |
| XYZ | 46.47 | 33.55 | 5.13 | - |
| YUV | 147.51 | 60.56 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 28 | 0 | 0.53 | 0.89 | 0.02 | 24.22 | 0.97 | 0.55 |
| Hex | FB | 76 | 1C | 0 | 35 | 59 | 2 | 18 | 61 | 37 |
| Octal | 373 | 166 | 34 | 0 | 65 | 131 | 2 | 30 | 141 | 67 |
| Binary | 11111011 | 1110110 | 11100 | 0 | 110101 | 1011001 | 10 | 11000 | 1100001 | 110111 |
Color Harmonies of #FB761C
Complementary color
Monochromatic Colors of #FB761C
Black with #FB761C
Text Example
Text Example
White with #FB761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB761C; }
p { color: rgb(251,118,28); }
H1.HeaderClassName
{
color: #FB761C;
}
.AnyTagClassName
{
color: #FB761C;
}
</style>
background-color css
<style>
a { background-color: #FB761C; }
a { background-color: rgb(251,118,28); }
div.DivClassName
{
background-color: #FB761C;
}
.BgClassName
{
background-color: #FB761C;
}
</style>
border-color css
<style>
span { border-color: #FB761C; }
span { border-color: rgb(251,118,28); }
td.TdClassName
{
border-color: #FB761C;
}
.TagClassName
{
border-color: #FB761C;
}
</style>