Shades of Pumpkin #FA6C0D
Tints of Pumpkin #FA6C0D
RGB
CMYK
RGB Variations
Color information
#FA6C0D (or 0xFA6C0D) is known color: Pumpkin. HEX triplet: FA, 6C and 0D. RGB value is (250,108,13). Sum of RGB (Red+Green+Blue) = 250+108+13=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6C0D is #0593F2. Grayscale: #8C8C8C. Windows color (decimal): -365555 or 879866. OLE color: 879866.
HSL color Cylindrical-coordinate representation of color #FA6C0D: hue angle of 24.05º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA6C0D is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 13 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.02 |
| HSL | 24.05º | 0.96% | 0.52% | - |
| HSV(B) | 24.05º | 0.95% | 0.98% | - |
| XYZ | 44.86 | 31.08 | 4.02 | - |
| YUV | 139.63 | 56.54 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 13 | 0 | 0.57 | 0.95 | 0.02 | 24.05 | 0.96 | 0.52 |
| Hex | FA | 6C | D | 0 | 39 | 5F | 2 | 18 | 60 | 34 |
| Octal | 372 | 154 | 15 | 0 | 71 | 137 | 2 | 30 | 140 | 64 |
| Binary | 11111010 | 1101100 | 1101 | 0 | 111001 | 1011111 | 10 | 11000 | 1100000 | 110100 |
Color Harmonies of #FA6C0D
Complementary color
Monochromatic Colors of #FA6C0D
Black with #FA6C0D
Text Example
Text Example
White with #FA6C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6C0D; }
p { color: rgb(250,108,13); }
H1.HeaderClassName
{
color: #FA6C0D;
}
.AnyTagClassName
{
color: #FA6C0D;
}
</style>
background-color css
<style>
a { background-color: #FA6C0D; }
a { background-color: rgb(250,108,13); }
div.DivClassName
{
background-color: #FA6C0D;
}
.BgClassName
{
background-color: #FA6C0D;
}
</style>
border-color css
<style>
span { border-color: #FA6C0D; }
span { border-color: rgb(250,108,13); }
td.TdClassName
{
border-color: #FA6C0D;
}
.TagClassName
{
border-color: #FA6C0D;
}
</style>