Shades of Pumpkin #FA760F
Tints of Pumpkin #FA760F
RGB
CMYK
RGB Variations
Color information
#FA760F (or 0xFA760F) is known color: Pumpkin. HEX triplet: FA, 76 and 0F. RGB value is (250,118,15). Sum of RGB (Red+Green+Blue) = 250+118+15=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA760F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA760F is #0589F0. Grayscale: #929292. Windows color (decimal): -362993 or 1013498. OLE color: 1013498.
HSL color Cylindrical-coordinate representation of color #FA760F: hue angle of 26.3º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA760F is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 15 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.02 |
| HSL | 26.3º | 0.96% | 0.52% | - |
| HSV(B) | 26.3º | 0.94% | 0.98% | - |
| XYZ | 45.99 | 33.32 | 4.46 | - |
| YUV | 145.73 | 54.23 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 15 | 0 | 0.53 | 0.94 | 0.02 | 26.3 | 0.96 | 0.52 |
| Hex | FA | 76 | F | 0 | 35 | 5E | 2 | 1A | 60 | 34 |
| Octal | 372 | 166 | 17 | 0 | 65 | 136 | 2 | 32 | 140 | 64 |
| Binary | 11111010 | 1110110 | 1111 | 0 | 110101 | 1011110 | 10 | 11010 | 1100000 | 110100 |
Color Harmonies of #FA760F
Complementary color
Monochromatic Colors of #FA760F
Black with #FA760F
Text Example
Text Example
White with #FA760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA760F; }
p { color: rgb(250,118,15); }
H1.HeaderClassName
{
color: #FA760F;
}
.AnyTagClassName
{
color: #FA760F;
}
</style>
background-color css
<style>
a { background-color: #FA760F; }
a { background-color: rgb(250,118,15); }
div.DivClassName
{
background-color: #FA760F;
}
.BgClassName
{
background-color: #FA760F;
}
</style>
border-color css
<style>
span { border-color: #FA760F; }
span { border-color: rgb(250,118,15); }
td.TdClassName
{
border-color: #FA760F;
}
.TagClassName
{
border-color: #FA760F;
}
</style>