Shades of Pumpkin #FA7B11
Tints of Pumpkin #FA7B11
RGB
CMYK
RGB Variations
Color information
#FA7B11 (or 0xFA7B11) is known color: Pumpkin. HEX triplet: FA, 7B and 11. RGB value is (250,123,17). Sum of RGB (Red+Green+Blue) = 250+123+17=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7B11 is #0584EE. Grayscale: #959595. Windows color (decimal): -361711 or 1145850. OLE color: 1145850.
HSL color Cylindrical-coordinate representation of color #FA7B11: hue angle of 27.3º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA7B11 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 17 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.02 |
| HSL | 27.3º | 0.96% | 0.52% | - |
| HSV(B) | 27.3º | 0.93% | 0.98% | - |
| XYZ | 46.61 | 34.53 | 4.74 | - |
| YUV | 148.89 | 53.58 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 17 | 0 | 0.51 | 0.93 | 0.02 | 27.3 | 0.96 | 0.52 |
| Hex | FA | 7B | 11 | 0 | 33 | 5D | 2 | 1B | 60 | 34 |
| Octal | 372 | 173 | 21 | 0 | 63 | 135 | 2 | 33 | 140 | 64 |
| Binary | 11111010 | 1111011 | 10001 | 0 | 110011 | 1011101 | 10 | 11011 | 1100000 | 110100 |
Color Harmonies of #FA7B11
Complementary color
Monochromatic Colors of #FA7B11
Black with #FA7B11
Text Example
Text Example
White with #FA7B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B11; }
p { color: rgb(250,123,17); }
H1.HeaderClassName
{
color: #FA7B11;
}
.AnyTagClassName
{
color: #FA7B11;
}
</style>
background-color css
<style>
a { background-color: #FA7B11; }
a { background-color: rgb(250,123,17); }
div.DivClassName
{
background-color: #FA7B11;
}
.BgClassName
{
background-color: #FA7B11;
}
</style>
border-color css
<style>
span { border-color: #FA7B11; }
span { border-color: rgb(250,123,17); }
td.TdClassName
{
border-color: #FA7B11;
}
.TagClassName
{
border-color: #FA7B11;
}
</style>