Shades of Pumpkin #FA6A0F
Tints of Pumpkin #FA6A0F
RGB
CMYK
RGB Variations
Color information
#FA6A0F (or 0xFA6A0F) is known color: Pumpkin. HEX triplet: FA, 6A and 0F. RGB value is (250,106,15). Sum of RGB (Red+Green+Blue) = 250+106+15=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6A0F is #0595F0. Grayscale: #8B8B8B. Windows color (decimal): -366065 or 1010426. OLE color: 1010426.
HSL color Cylindrical-coordinate representation of color #FA6A0F: hue angle of 23.23º 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 #FA6A0F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 15 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.02 |
| HSL | 23.23º | 0.96% | 0.52% | - |
| HSV(B) | 23.23º | 0.94% | 0.98% | - |
| XYZ | 44.66 | 30.67 | 4.02 | - |
| YUV | 138.68 | 58.21 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 15 | 0 | 0.58 | 0.94 | 0.02 | 23.23 | 0.96 | 0.52 |
| Hex | FA | 6A | F | 0 | 3A | 5E | 2 | 17 | 60 | 34 |
| Octal | 372 | 152 | 17 | 0 | 72 | 136 | 2 | 27 | 140 | 64 |
| Binary | 11111010 | 1101010 | 1111 | 0 | 111010 | 1011110 | 10 | 10111 | 1100000 | 110100 |
Color Harmonies of #FA6A0F
Complementary color
Monochromatic Colors of #FA6A0F
Black with #FA6A0F
Text Example
Text Example
White with #FA6A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6A0F; }
p { color: rgb(250,106,15); }
H1.HeaderClassName
{
color: #FA6A0F;
}
.AnyTagClassName
{
color: #FA6A0F;
}
</style>
background-color css
<style>
a { background-color: #FA6A0F; }
a { background-color: rgb(250,106,15); }
div.DivClassName
{
background-color: #FA6A0F;
}
.BgClassName
{
background-color: #FA6A0F;
}
</style>
border-color css
<style>
span { border-color: #FA6A0F; }
span { border-color: rgb(250,106,15); }
td.TdClassName
{
border-color: #FA6A0F;
}
.TagClassName
{
border-color: #FA6A0F;
}
</style>